Peachy Shelly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Shelly palette
Color Inspiration
Images that showcase this color palette in real designs
Download Peachy Shelly Color Palette (PNG)
Peachy Shelly color palette CSS
/* CSS */
.color-1 {
color: #f9aea4;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f2c5a1;
}
.color-4 {
color: #f3d0a0;
}
.color-5 {
color: #f1e3c6;
}
/* CSS Variables */
:root {
--color-1: #f9aea4;
--color-2: #f4b79f;
--color-3: #f2c5a1;
--color-4: #f3d0a0;
--color-5: #f1e3c6;
}
Peachy Shelly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aea4, #f4b79f, #f2c5a1, #f3d0a0, #f1e3c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aea4, #f4b79f, #f2c5a1, #f3d0a0, #f1e3c6);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Peachy Shelly color palette created on .