Scandinavian Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scandinavian Serenity palette
Scandinavian Serenity color palette PNG image
Scandinavian Serenity color palette CSS
/* CSS */
.color-1 {
color: #e7c8b1;
}
.color-2 {
color: #c1a69f;
}
.color-3 {
color: #a68a7d;
}
.color-4 {
color: #8c5c4a;
}
.color-5 {
color: #5c3a2e;
}
/* CSS Variables */
:root {
--color-1: #e7c8b1;
--color-2: #c1a69f;
--color-3: #a68a7d;
--color-4: #8c5c4a;
--color-5: #5c3a2e;
}
Scandinavian Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c8b1, #c1a69f, #a68a7d, #8c5c4a, #5c3a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c8b1, #c1a69f, #a68a7d, #8c5c4a, #5c3a2e);
}
Similar color palettes
Scandinavian Serenity color palette created on .