Mistwood Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mistwood Harmony palette
Mistwood Harmony color palette CSS
/* CSS */
.color-1 {
color: #d5c2e5;
}
.color-2 {
color: #a7a1c4;
}
.color-3 {
color: #7e93b4;
}
.color-4 {
color: #4c7c94;
}
.color-5 {
color: #2a6c7e;
}
/* CSS Variables */
:root {
--color-1: #d5c2e5;
--color-2: #a7a1c4;
--color-3: #7e93b4;
--color-4: #4c7c94;
--color-5: #2a6c7e;
}
Mistwood Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c2e5, #a7a1c4, #7e93b4, #4c7c94, #2a6c7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c2e5, #a7a1c4, #7e93b4, #4c7c94, #2a6c7e);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Mistwood Harmony color palette created on .