Paleta de colores Sundrenched Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sundrenched Serenade palette
CSS de la paleta de colores Sundrenched Serenade
/* CSS */
.color-1 {
color: #ff7e2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffdb80;
}
.color-4 {
color: #ffebc2;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ffb84d;
--color-3: #ffdb80;
--color-4: #ffebc2;
--color-5: #ff6e61;
}
CSS del degradado de fondo Sundrenched Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ffb84d, #ffdb80, #ffebc2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ffb84d, #ffdb80, #ffebc2, #ff6e61);
}
Paletas de colores similares
Sundrenched Serenade color palette created on .