Mystical Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Blue palette
Mystical Blue color palette CSS
/* CSS */
.color-1 {
color: #5a6e90;
}
.color-2 {
color: #9d7f6c;
}
.color-3 {
color: #e1c5b7;
}
.color-4 {
color: #f5b061;
}
.color-5 {
color: #d35f3c;
}
/* CSS Variables */
:root {
--color-1: #5a6e90;
--color-2: #9d7f6c;
--color-3: #e1c5b7;
--color-4: #f5b061;
--color-5: #d35f3c;
}
Mystical Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a6e90, #9d7f6c, #e1c5b7, #f5b061, #d35f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a6e90, #9d7f6c, #e1c5b7, #f5b061, #d35f3c);
}
Similar color palettes
Mystical Blue color palette created on .