Peachy Shells Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Shells palette
Peachy Shells color palette CSS
/* CSS */
.color-1 {
color: #f0c4b2;
}
.color-2 {
color: #f8a3a0;
}
.color-3 {
color: #fbaf79;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #f2d85a;
}
/* CSS Variables */
:root {
--color-1: #f0c4b2;
--color-2: #f8a3a0;
--color-3: #fbaf79;
--color-4: #f9d86c;
--color-5: #f2d85a;
}
Peachy Shells background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c4b2, #f8a3a0, #fbaf79, #f9d86c, #f2d85a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c4b2, #f8a3a0, #fbaf79, #f9d86c, #f2d85a);
}
Similar color palettes
Scroll down to explore 100+ Beach color palettes
Peachy Shells color palette created on .