Paleta de colores Crimson Ember Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Crimson Ember Elegance palette
CSS de la paleta de colores Crimson Ember Elegance
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a41e25;
}
.color-3 {
color: #121212;
}
.color-4 {
color: #f53d00;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a41e25;
--color-3: #121212;
--color-4: #f53d00;
--color-5: #f0a800;
}
CSS del degradado de fondo Crimson Ember Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a41e25, #121212, #f53d00, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a41e25, #121212, #f53d00, #f0a800);
}
Paletas de colores similares
Crimson Ember Elegance color palette created on .