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