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