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: #fe6d5d;
}
.color-2 {
color: #f9a76c;
}
.color-3 {
color: #f8d79b;
}
.color-4 {
color: #a6cfd9;
}
.color-5 {
color: #4d7d93;
}
/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9a76c;
--color-3: #f8d79b;
--color-4: #a6cfd9;
--color-5: #4d7d93;
}
CSS del degradado de fondo Bittersweet Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9a76c, #f8d79b, #a6cfd9, #4d7d93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9a76c, #f8d79b, #a6cfd9, #4d7d93);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Bittersweet Shades color palette created on .