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