Paleta de colores End of Story
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with End of Story palette
CSS de la paleta de colores End of Story
/* CSS */
.color-1 {
color: #f5c7b2;
}
.color-2 {
color: #e9a5a0;
}
.color-3 {
color: #d9828b;
}
.color-4 {
color: #c55e7b;
}
.color-5 {
color: #a94c65;
}
/* CSS Variables */
:root {
--color-1: #f5c7b2;
--color-2: #e9a5a0;
--color-3: #d9828b;
--color-4: #c55e7b;
--color-5: #a94c65;
}
CSS del degradado de fondo End of Story
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7b2, #e9a5a0, #d9828b, #c55e7b, #a94c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7b2, #e9a5a0, #d9828b, #c55e7b, #a94c65);
}
Paletas de colores similares
End of Story color palette created on .