Scandinavian Cheer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scandinavian Cheer palette
Scandinavian Cheer color palette PNG image
Scandinavian Cheer color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #5e9c8d;
}
.color-4 {
color: #3c5a9f;
}
.color-5 {
color: #a17d92;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff9d00;
--color-3: #5e9c8d;
--color-4: #3c5a9f;
--color-5: #a17d92;
}
Scandinavian Cheer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff9d00, #5e9c8d, #3c5a9f, #a17d92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff9d00, #5e9c8d, #3c5a9f, #a17d92);
}
Similar color palettes
Scandinavian Cheer color palette created on .