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