Blushing Zoey Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Zoey palette
Blushing Zoey color palette CSS
/* CSS */
.color-1 {
color: #f6c1d0;
}
.color-2 {
color: #f2b1d2;
}
.color-3 {
color: #f49fc8;
}
.color-4 {
color: #f67e9c;
}
.color-5 {
color: #f55b8c;
}
/* CSS Variables */
:root {
--color-1: #f6c1d0;
--color-2: #f2b1d2;
--color-3: #f49fc8;
--color-4: #f67e9c;
--color-5: #f55b8c;
}
Blushing Zoey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d0, #f2b1d2, #f49fc8, #f67e9c, #f55b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d0, #f2b1d2, #f49fc8, #f67e9c, #f55b8c);
}
Similar color palettes
Blushing Zoey color palette created on .