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