Nordic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nordic Serenity palette
Nordic Serenity color palette PNG image
Nordic Serenity color palette CSS
/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #b6d8b0;
}
.color-3 {
color: #d2e6c1;
}
.color-4 {
color: #f2f5e0;
}
.color-5 {
color: #f7d9bb;
}
/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #b6d8b0;
--color-3: #d2e6c1;
--color-4: #f2f5e0;
--color-5: #f7d9bb;
}
Nordic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #b6d8b0, #d2e6c1, #f2f5e0, #f7d9bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #b6d8b0, #d2e6c1, #f2f5e0, #f7d9bb);
}
Similar color palettes
Nordic Serenity color palette created on .