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: #f4dce2;
}
.color-2 {
color: #f5c7d0;
}
.color-3 {
color: #f1b9b6;
}
.color-4 {
color: #f1d0d7;
}
.color-5 {
color: #e3c4da;
}

/* CSS Variables */
:root {
--color-1: #f4dce2;
--color-2: #f5c7d0;
--color-3: #f1b9b6;
--color-4: #f1d0d7;
--color-5: #e3c4da;
}

Peachy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4dce2, #f5c7d0, #f1b9b6, #f1d0d7, #e3c4da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4dce2, #f5c7d0, #f1b9b6, #f1d0d7, #e3c4da);
}

Peachy Serenity color palette created on .