Ethereal Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Serenity palette

Share this palette to:

Ethereal Serenity color palette CSS

/* CSS */
.color-1 {
color: #f7e1a1;
}
.color-2 {
color: #f1c2b1;
}
.color-3 {
color: #e8698d;
}
.color-4 {
color: #b569b0;
}
.color-5 {
color: #7a9d9f;
}

/* CSS Variables */
:root {
--color-1: #f7e1a1;
--color-2: #f1c2b1;
--color-3: #e8698d;
--color-4: #b569b0;
--color-5: #7a9d9f;
}

Ethereal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1a1, #f1c2b1, #e8698d, #b569b0, #7a9d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1a1, #f1c2b1, #e8698d, #b569b0, #7a9d9f);
}

Ethereal Serenity color palette created on .