Peachy Shelly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peachy Shelly palette
Peachy Shelly color palette CSS
/* CSS */
.color-1 {
color: #f6a2b0;
}
.color-2 {
color: #ffb499;
}
.color-3 {
color: #ffce85;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #e7a94b;
}
/* CSS Variables */
:root {
--color-1: #f6a2b0;
--color-2: #ffb499;
--color-3: #ffce85;
--color-4: #ffd900;
--color-5: #e7a94b;
}
Peachy Shelly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b0, #ffb499, #ffce85, #ffd900, #e7a94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b0, #ffb499, #ffce85, #ffd900, #e7a94b);
}
Similar color palettes
Scroll down to explore 200+ Coral color palettes
Peachy Shelly color palette created on .