Bittersweet Shades of Peach Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Bittersweet Shades of Peach palette
tavolozza dei colori Bittersweet Shades of Peach 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;
}
CSS con gradiente di sfondo Bittersweet Shades of Peach
/* 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);
}
Tavolozze di colori simili
Bittersweet Shades of Peach color palette created on .