Bittersweet Shades of Peach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bittersweet Shades of Peach palette
Bittersweet Shades of Peach color palette CSS
/* CSS */
.color-1 {
color: #ff6c5c;
}
.color-2 {
color: #ff9c7a;
}
.color-3 {
color: #ffc0a3;
}
.color-4 {
color: #ffe0c2;
}
.color-5 {
color: #ffeedb;
}
/* CSS Variables */
:root {
--color-1: #ff6c5c;
--color-2: #ff9c7a;
--color-3: #ffc0a3;
--color-4: #ffe0c2;
--color-5: #ffeedb;
}
Bittersweet Shades of Peach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c5c, #ff9c7a, #ffc0a3, #ffe0c2, #ffeedb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c5c, #ff9c7a, #ffc0a3, #ffe0c2, #ffeedb);
}
Similar color palettes
Bittersweet Shades of Peach color palette created on .