Muted Blue Castle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Muted Blue Castle palette
Muted Blue Castle color palette CSS
/* CSS */
.color-1 {
color: #8c9cb1;
}
.color-2 {
color: #b6c8c7;
}
.color-3 {
color: #e1c6a8;
}
.color-4 {
color: #b67d6d;
}
.color-5 {
color: #725a5b;
}
/* CSS Variables */
:root {
--color-1: #8c9cb1;
--color-2: #b6c8c7;
--color-3: #e1c6a8;
--color-4: #b67d6d;
--color-5: #725a5b;
}
Muted Blue Castle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c9cb1, #b6c8c7, #e1c6a8, #b67d6d, #725a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c9cb1, #b6c8c7, #e1c6a8, #b67d6d, #725a5b);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Muted Blue Castle color palette created on .