Sou Hiyori Color Palette
Discover the beautiful Sou Hiyori color palette featuring saffron (#f6b83c), energy yellow (#f9d44e), salomie (#fcd07e), mandys pink (#f1b1c2) and illusion (#f7a6b6).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sou Hiyori palette
💻 Sou Hiyori color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f9d44e;
}
.color-3 {
color: #fcd07e;
}
.color-4 {
color: #f1b1c2;
}
.color-5 {
color: #f7a6b6;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9d44e;
--color-3: #fcd07e;
--color-4: #f1b1c2;
--color-5: #f7a6b6;
} 🌈 Sou Hiyori background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9d44e, #fcd07e, #f1b1c2, #f7a6b6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9d44e, #fcd07e, #f1b1c2, #f7a6b6);
} 🔗 Explore similar color palettes
Sou Hiyori color palette created on .