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