// ==========================================
// 🎨 COLOR PALETTE DEFINITIONS - _color.scss
// ==========================================

// ------------------------------------------
// 🚩 Primary Brand Color
// ------------------------------------------

$primary-01: #FF254E;
$primary-02: #1F2336;
//$primary-01: #155dfc;


// ==========================================
// 👉 Neutral Colors
// ==========================================



// ----------------------------
// ⚫ Black & White
// ----------------------------
$black: #000000;
$white: #ffffff;
$black: #000000;
$white: #ffffff;
$red-01: #e7000b;
$yellow-01: #ffd700;
$green-01: #00ff7f;
$green-02: #5C9470;
$pink-01: #ff69b4;
$blue-01: #4169e1;
$cyan-01: #00ced1;
$sea-01: #50B8C1;
$purple-01: #042d87;
$purple-02: #724394;


// ----------------------------
// 🟣 Background Shades
// ----------------------------
$bg-01: #F5F7FA;
$bg-02: #16181A;
$bg-03: #FC485B;


// ----------------------------
// 🟣 Border Shades
// ----------------------------
$border-01: #E1E4EA;
$border-02: #383841;
$border-03: #6a7282;
$border-04: #232324;
$border-05: #222324;


// ----------------------------
// 🟣 Text Shades
// ----------------------------
$text-01: #0E121B;
$text-02: #525866;
$text-03: #2D2E31;
$text-04: #444546;
$text-05: #1F2336;
$text-06: #1F1F1F;
$text-07: #F7F9F7;



// ==========================================
// 👉 Brand Colors
// ==========================================


// ----------------------------
// 🟣 Purple Shades
// ----------------------------


// 🌄 Purple Gradients


// ----------------------------
// 🧊 Cool Gray Shades
// ----------------------------
$cool-gray-01: #C3C3C3;
$cool-gray-02: #99A0AE;
$cool-gray-03: #CACFD8;
$cool-gray-04: #8B8B8C;



// ==========================================
// 👉 Feedback Colors
// ==========================================



// ----------------------------
// ✅ Tag Colors
// ----------------------------

$tag-red: #F15338;
$tag-gray: #AFB0B0;
$tag-dark-gray: #666666;
$tag-orange: #FBA500;
$tag-green: #54B86E;
$tag-indigo: #778CFF;
$tag-purple: #AE2BFF;
$tag-blue: #2B4AFF;

$tag-soft-green: #F1FFF5;
$tag-soft-orange: #FFF9EC;
$tag-soft-red: #FFF1EF;
$tag-soft-gray: #F0F1F3;
$tag-soft-blue: #F3F5FF;
$tag-soft-purple: #FAF1FF;
