Scandinavian Serenity Color Palette
Discover the beautiful Scandinavian Serenity color palette featuring rose fog (#e7c8b1), thatch (#c1a69f), pharlap (#a68a7d), spicy mix (#8c5c4a) and quincy (#5c3a2e).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Scandinavian Serenity palette
💻 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);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Scandinavian Serenity color palette created on .