Nordic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nordic Serenity palette
Nordic Serenity color palette CSS
/* CSS */
.color-1 {
color: #dce7ea;
}
.color-2 {
color: #a5c0c5;
}
.color-3 {
color: #4f9ba1;
}
.color-4 {
color: #2c7772;
}
.color-5 {
color: #1c4e4f;
}
/* CSS Variables */
:root {
--color-1: #dce7ea;
--color-2: #a5c0c5;
--color-3: #4f9ba1;
--color-4: #2c7772;
--color-5: #1c4e4f;
}
Nordic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dce7ea, #a5c0c5, #4f9ba1, #2c7772, #1c4e4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dce7ea, #a5c0c5, #4f9ba1, #2c7772, #1c4e4f);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Nordic Serenity color palette created on .