Paleta de colores Celestial Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dreamscape palette
CSS de la paleta de colores Celestial Dreamscape
/* CSS */
.color-1 {
color: #5d8ddf;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #e9f7f2;
}
.color-4 {
color: #f1c6d7;
}
.color-5 {
color: #c7609c;
}
/* CSS Variables */
:root {
--color-1: #5d8ddf;
--color-2: #a2c7e7;
--color-3: #e9f7f2;
--color-4: #f1c6d7;
--color-5: #c7609c;
}
CSS del degradado de fondo Celestial Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8ddf, #a2c7e7, #e9f7f2, #f1c6d7, #c7609c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8ddf, #a2c7e7, #e9f7f2, #f1c6d7, #c7609c);
}
Paletas de colores similares
Celestial Dreamscape color palette created on .