Norwegian Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Norwegian Serenity palette

Share this palette to:

Norwegian Serenity color palette PNG image

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

Norwegian Serenity color palette CSS

/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #3e5a7e;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #e9f1f7;
}
.color-5 {
color: #f0e3c1;
}

/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #3e5a7e;
--color-3: #a1c1d4;
--color-4: #e9f1f7;
--color-5: #f0e3c1;
}

Norwegian Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #3e5a7e, #a1c1d4, #e9f1f7, #f0e3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #3e5a7e, #a1c1d4, #e9f1f7, #f0e3c1);
}

Norwegian Serenity color palette created on .