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