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: #c7d5c3;
}
.color-3 {
color: #e2eee2;
}
.color-4 {
color: #f1f8f1;
}
.color-5 {
color: #f6f3ee;
}
/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #c7d5c3;
--color-3: #e2eee2;
--color-4: #f1f8f1;
--color-5: #f6f3ee;
}
Nordic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #c7d5c3, #e2eee2, #f1f8f1, #f6f3ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #c7d5c3, #e2eee2, #f1f8f1, #f6f3ee);
}
Similar color palettes
Nordic Serenity color palette created on .