Northern Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Northern Serenity palette

Share this palette to:

Northern Serenity color palette PNG image

Download northern serenity color palette PNG image (landscape)
Download northern serenity color palette PNG image (square)

Northern Serenity color palette CSS

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #a4c1b3;
}
.color-3 {
color: #b8e0d2;
}
.color-4 {
color: #f5f7f3;
}
.color-5 {
color: #d2b9a3;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #a4c1b3;
--color-3: #b8e0d2;
--color-4: #f5f7f3;
--color-5: #d2b9a3;
}

Northern Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #a4c1b3, #b8e0d2, #f5f7f3, #d2b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #a4c1b3, #b8e0d2, #f5f7f3, #d2b9a3);
}

Northern Serenity color palette created on .