Bittersweet Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bittersweet Shades of Pink palette
Bittersweet Shades of Pink color palette CSS
/* 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;
}
Bittersweet Shades of Pink background gradient CSS
/* 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);
}
Similar color palettes
Bittersweet Shades of Pink color palette created on .