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: #1e2876;
}
.color-2 {
color: #2e4a99;
}
.color-3 {
color: #3a7abb;
}
.color-4 {
color: #3ed7e5;
}
.color-5 {
color: #8ee0f0;
}
/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #2e4a99;
--color-3: #3a7abb;
--color-4: #3ed7e5;
--color-5: #8ee0f0;
}
CSS con gradiente di sfondo Celestial Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #2e4a99, #3a7abb, #3ed7e5, #8ee0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #2e4a99, #3a7abb, #3ed7e5, #8ee0f0);
}
Tavolozze di colori simili
Celestial Dreams color palette created on .