Paleta de colores Radiant Emberdream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Radiant Emberdream palette
CSS de la paleta de colores Radiant Emberdream
/* CSS */
.color-1 {
color: #ff8c00;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #ff006e;
}
.color-5 {
color: #ff00aa;
}
/* CSS Variables */
:root {
--color-1: #ff8c00;
--color-2: #ff5e00;
--color-3: #ff2f00;
--color-4: #ff006e;
--color-5: #ff00aa;
}
CSS del degradado de fondo Radiant Emberdream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8c00, #ff5e00, #ff2f00, #ff006e, #ff00aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8c00, #ff5e00, #ff2f00, #ff006e, #ff00aa);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Radiant Emberdream color palette created on .