"Refreshing Yakult Bliss" Color Palette
Discover the beautiful "Refreshing Yakult Bliss" color palette featuring rose bud (#f9aeae), mandys pink (#f4c2b3), satin linen (#e5e6d1), morning glory (#a9d8e0) and moss green (#9fd6a7).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 "Refreshing Yakult Bliss" palette
💻 "Refreshing Yakult Bliss" color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4c2b3;
}
.color-3 {
color: #e5e6d1;
}
.color-4 {
color: #a9d8e0;
}
.color-5 {
color: #9fd6a7;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4c2b3;
--color-3: #e5e6d1;
--color-4: #a9d8e0;
--color-5: #9fd6a7;
} 🌈 "Refreshing Yakult Bliss" background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4c2b3, #e5e6d1, #a9d8e0, #9fd6a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4c2b3, #e5e6d1, #a9d8e0, #9fd6a7);
} "Refreshing Yakult Bliss" color palette created on .