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