Peachy Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Tones palette
Peachy Tones color palette CSS
/* CSS */
.color-1 {
color: #ffa094;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ffd5c2;
}
.color-4 {
color: #fff7d1;
}
.color-5 {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--color-1: #ffa094;
--color-2: #ffb19e;
--color-3: #ffd5c2;
--color-4: #fff7d1;
--color-5: #ffdfb3;
}
Peachy Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa094, #ffb19e, #ffd5c2, #fff7d1, #ffdfb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa094, #ffb19e, #ffd5c2, #fff7d1, #ffdfb3);
}
Similar color palettes
Peachy Tones color palette created on .