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