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: #a7bd9e;
}
.color-2 {
color: #b6d2b1;
}
.color-3 {
color: #d1e6e0;
}
.color-4 {
color: #f5faf8;
}
.color-5 {
color: #e3b5c1;
}
/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #b6d2b1;
--color-3: #d1e6e0;
--color-4: #f5faf8;
--color-5: #e3b5c1;
}
Nordic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #b6d2b1, #d1e6e0, #f5faf8, #e3b5c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #b6d2b1, #d1e6e0, #f5faf8, #e3b5c1);
}
Similar color palettes
- Green Lillypad
- Lizzie's Garden of Dreams
- Delicate Blue Green
- Peach Blossom
- Green Blue Cocktail
- Whispering Meadow
- Olive Grove Harmony
- Retro Jungle Odyssey
- Cherry Limeade Burst
- Coral Sunshine
- Yellow Eclipse
- Nordic Serenity
- Shades of Green
- Shades of Pink
- Serenity in Bloom
- Warm Shades of Orange
- Courageous Horizon
- Shades of Green
Nordic Serenity color palette created on .