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: #f8e2bf;
}
.color-2 {
color: #f9b4bf;
}
.color-3 {
color: #f5a3c7;
}
.color-4 {
color: #d29cd3;
}
.color-5 {
color: #9d80e0;
}
/* CSS Variables */
:root {
--color-1: #f8e2bf;
--color-2: #f9b4bf;
--color-3: #f5a3c7;
--color-4: #d29cd3;
--color-5: #9d80e0;
}
CSS con gradiente di sfondo Celestial Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2bf, #f9b4bf, #f5a3c7, #d29cd3, #9d80e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2bf, #f9b4bf, #f5a3c7, #d29cd3, #9d80e0);
}
Tavolozze di colori simili
Celestial Blush color palette created on .