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