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