Celestial Blush Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Celestial Blush palette
tavolozza dei colori Celestial Blush CSS
/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #f1b1c5;
}
.color-3 {
color: #f18d79;
}
.color-4 {
color: #f65d4c;
}
.color-5 {
color: #d95e3f;
}
/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #f1b1c5;
--color-3: #f18d79;
--color-4: #f65d4c;
--color-5: #d95e3f;
}
CSS con gradiente di sfondo Celestial Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #f1b1c5, #f18d79, #f65d4c, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #f1b1c5, #f18d79, #f65d4c, #d95e3f);
}
Tavolozze di colori simili
Celestial Blush color palette created on .