Paleta de colores Soaring Embers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soaring Embers palette
CSS de la paleta de colores Soaring Embers
/* CSS */
.color-1 {
color: #f9d36c;
}
.color-2 {
color: #f9a65d;
}
.color-3 {
color: #ff7a5c;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #d15280;
}
/* CSS Variables */
:root {
--color-1: #f9d36c;
--color-2: #f9a65d;
--color-3: #ff7a5c;
--color-4: #ff4d4d;
--color-5: #d15280;
}
CSS del degradado de fondo Soaring Embers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d36c, #f9a65d, #ff7a5c, #ff4d4d, #d15280);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d36c, #f9a65d, #ff7a5c, #ff4d4d, #d15280);
}
Paletas de colores similares
Soaring Embers color palette created on .