Celestial Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Blush palette
Celestial Blush color palette CSS
/* CSS */
.color-1 {
color: #f8e2e2;
}
.color-2 {
color: #f1b1d2;
}
.color-3 {
color: #f0a3c7;
}
.color-4 {
color: #f29897;
}
.color-5 {
color: #ef4d6d;
}
/* CSS Variables */
:root {
--color-1: #f8e2e2;
--color-2: #f1b1d2;
--color-3: #f0a3c7;
--color-4: #f29897;
--color-5: #ef4d6d;
}
Celestial Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2e2, #f1b1d2, #f0a3c7, #f29897, #ef4d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2e2, #f1b1d2, #f0a3c7, #f29897, #ef4d6d);
}
Similar color palettes
Celestial Blush color palette created on .