Smart Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Smart Bloom palette
Smart Bloom color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff513d;
}
.color-4 {
color: #ffda6b;
}
.color-5 {
color: #ffa142;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff513d;
--color-4: #ffda6b;
--color-5: #ffa142;
}
Smart Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff513d, #ffda6b, #ffa142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff513d, #ffda6b, #ffa142);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Smart Bloom color palette created on .