Mystic Orchid Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Orchid Dreamscape palette
Mystic Orchid Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #602b6e;
}
.color-2 {
color: #824b8b;
}
.color-3 {
color: #a970a0;
}
.color-4 {
color: #e1c6d4;
}
.color-5 {
color: #f4d7c3;
}
/* CSS Variables */
:root {
--color-1: #602b6e;
--color-2: #824b8b;
--color-3: #a970a0;
--color-4: #e1c6d4;
--color-5: #f4d7c3;
}
Mystic Orchid Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602b6e, #824b8b, #a970a0, #e1c6d4, #f4d7c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602b6e, #824b8b, #a970a0, #e1c6d4, #f4d7c3);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Mystic Orchid Dreamscape color palette created on .