Yae Miko Color Palette
Discover the beautiful Yae Miko color palette featuring kobi (#e6a2c2), chantilly (#f6b6d9), cherub (#f4c8e2), vanilla ice (#f1d5e5) and vanilla ice (#f0d0e9).
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 Yae Miko palette
💻 Yae Miko color palette CSS
/* CSS */
.color-1 {
color: #e6a2c2;
}
.color-2 {
color: #f6b6d9;
}
.color-3 {
color: #f4c8e2;
}
.color-4 {
color: #f1d5e5;
}
.color-5 {
color: #f0d0e9;
}
/* CSS Variables */
:root {
--color-1: #e6a2c2;
--color-2: #f6b6d9;
--color-3: #f4c8e2;
--color-4: #f1d5e5;
--color-5: #f0d0e9;
}
🌈 Yae Miko background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a2c2, #f6b6d9, #f4c8e2, #f1d5e5, #f0d0e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a2c2, #f6b6d9, #f4c8e2, #f1d5e5, #f0d0e9);
}
🔗 Explore similar color palettes
Yae Miko color palette created on .