Seoul Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seoul Serenity palette

Share this palette to:

Seoul Serenity color palette CSS

/* CSS */
.color-1 {
color: #f0a3b1;
}
.color-2 {
color: #f5b370;
}
.color-3 {
color: #f9e3b9;
}
.color-4 {
color: #bfdfe3;
}
.color-5 {
color: #80b3d0;
}

/* CSS Variables */
:root {
--color-1: #f0a3b1;
--color-2: #f5b370;
--color-3: #f9e3b9;
--color-4: #bfdfe3;
--color-5: #80b3d0;
}

Seoul Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3b1, #f5b370, #f9e3b9, #bfdfe3, #80b3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3b1, #f5b370, #f9e3b9, #bfdfe3, #80b3d0);
}

Seoul Serenity color palette created on .