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