Catrine's Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Catrine's Bloom palette
Catrine's Bloom color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d70;
}
.color-3 {
color: #ffd270;
}
.color-4 {
color: #d2c579;
}
.color-5 {
color: #4ba08c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d70;
--color-3: #ffd270;
--color-4: #d2c579;
--color-5: #4ba08c;
}
Catrine's Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d70, #ffd270, #d2c579, #4ba08c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d70, #ffd270, #d2c579, #4ba08c);
}
Similar color palettes
Catrine's Bloom color palette created on .