Celestial Sunrise Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Celestial Sunrise palette
tavolozza dei colori Celestial Sunrise CSS
/* CSS */
.color-1 {
color: #ff5f5c;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffdd57;
}
.color-4 {
color: #85e2ff;
}
.color-5 {
color: #6a5bcd;
}
/* CSS Variables */
:root {
--color-1: #ff5f5c;
--color-2: #ffb84d;
--color-3: #ffdd57;
--color-4: #85e2ff;
--color-5: #6a5bcd;
}
CSS con gradiente di sfondo Celestial Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5f5c, #ffb84d, #ffdd57, #85e2ff, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5f5c, #ffb84d, #ffdd57, #85e2ff, #6a5bcd);
}
Tavolozze di colori simili
Celestial Sunrise color palette created on .