Mystic Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Blue palette
Mystic Blue color palette CSS
/* CSS */
.color-1 {
color: #f3e1af;
}
.color-2 {
color: #e2b6d2;
}
.color-3 {
color: #b4c8e4;
}
.color-4 {
color: #98e6d9;
}
.color-5 {
color: #b1f2b3;
}
/* CSS Variables */
:root {
--color-1: #f3e1af;
--color-2: #e2b6d2;
--color-3: #b4c8e4;
--color-4: #98e6d9;
--color-5: #b1f2b3;
}
Mystic Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e1af, #e2b6d2, #b4c8e4, #98e6d9, #b1f2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e1af, #e2b6d2, #b4c8e4, #98e6d9, #b1f2b3);
}
Similar color palettes
Mystic Blue color palette created on .