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