Peachy Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peachy Serenity palette

Share this palette to:

Peachy Serenity color palette CSS

/* CSS */
.color-1 {
color: #f7d0c5;
}
.color-2 {
color: #f8b5a0;
}
.color-3 {
color: #f49f7b;
}
.color-4 {
color: #f3bfaf;
}
.color-5 {
color: #e1b2b7;
}

/* CSS Variables */
:root {
--color-1: #f7d0c5;
--color-2: #f8b5a0;
--color-3: #f49f7b;
--color-4: #f3bfaf;
--color-5: #e1b2b7;
}

Peachy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d0c5, #f8b5a0, #f49f7b, #f3bfaf, #e1b2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d0c5, #f8b5a0, #f49f7b, #f3bfaf, #e1b2b7);
}

Peachy Serenity color palette created on .