Paleta de colores Celestial Ember
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Ember palette
CSS de la paleta de colores Celestial Ember
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2a5d8d;
}
.color-3 {
color: #4a85b0;
}
.color-4 {
color: #f1a7b6;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2a5d8d;
--color-3: #4a85b0;
--color-4: #f1a7b6;
--color-5: #ffcc00;
}
CSS del degradado de fondo Celestial Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2a5d8d, #4a85b0, #f1a7b6, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2a5d8d, #4a85b0, #f1a7b6, #ffcc00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Luna
Celestial Ember color palette created on .