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