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