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: #3d5a99;
}
.color-2 {
color: #4f7cba;
}
.color-3 {
color: #6cc3e5;
}
.color-4 {
color: #f5b175;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #3d5a99;
--color-2: #4f7cba;
--color-3: #6cc3e5;
--color-4: #f5b175;
--color-5: #ff6e61;
}
CSS del degradado de fondo Celestial Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a99, #4f7cba, #6cc3e5, #f5b175, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a99, #4f7cba, #6cc3e5, #f5b175, #ff6e61);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Estético
Celestial Dreamscape color palette created on .