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