Joyful Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Joyful Serenity palette

Share this palette to:

Joyful Serenity color palette CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f9cca9;
}
.color-3 {
color: #fce6a6;
}
.color-4 {
color: #a7e2bf;
}
.color-5 {
color: #75d7c3;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f9cca9;
--color-3: #fce6a6;
--color-4: #a7e2bf;
--color-5: #75d7c3;
}

Joyful Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f9cca9, #fce6a6, #a7e2bf, #75d7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f9cca9, #fce6a6, #a7e2bf, #75d7c3);
}

Joyful Serenity color palette created on .