Mystic Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Beige palette
Mystic Beige color palette CSS
/* CSS */
.color-1 {
color: #f0e0e5;
}
.color-2 {
color: #d5c2b3;
}
.color-3 {
color: #b0a7a0;
}
.color-4 {
color: #a5d5c1;
}
.color-5 {
color: #e6b189;
}
/* CSS Variables */
:root {
--color-1: #f0e0e5;
--color-2: #d5c2b3;
--color-3: #b0a7a0;
--color-4: #a5d5c1;
--color-5: #e6b189;
}
Mystic Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0e5, #d5c2b3, #b0a7a0, #a5d5c1, #e6b189);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0e5, #d5c2b3, #b0a7a0, #a5d5c1, #e6b189);
}
Similar color palettes
Mystic Beige color palette created on .