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