Paleta de colores Celestial Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Dreams palette
CSS de la paleta de colores Celestial Dreams
/* CSS */
.color-1 {
color: #4f7d92;
}
.color-2 {
color: #6fbeb9;
}
.color-3 {
color: #a7e2db;
}
.color-4 {
color: #f0e1a3;
}
.color-5 {
color: #f6b1c4;
}
/* CSS Variables */
:root {
--color-1: #4f7d92;
--color-2: #6fbeb9;
--color-3: #a7e2db;
--color-4: #f0e1a3;
--color-5: #f6b1c4;
}
CSS del degradado de fondo Celestial Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d92, #6fbeb9, #a7e2db, #f0e1a3, #f6b1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d92, #6fbeb9, #a7e2db, #f0e1a3, #f6b1c4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Estético
Celestial Dreams color palette created on .