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