Peachy Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Shades palette

Share this palette to:

Peachy Shades color palette CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f5a48a;
}
.color-3 {
color: #f28069;
}
.color-4 {
color: #e94f49;
}
.color-5 {
color: #d72338;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f5a48a;
--color-3: #f28069;
--color-4: #e94f49;
--color-5: #d72338;
}

Peachy Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f5a48a, #f28069, #e94f49, #d72338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f5a48a, #f28069, #e94f49, #d72338);
}

Peachy Shades color palette created on .