Mystic Indica Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Indica Dreamscape palette
Mystic Indica Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #29b0ff;
}
.color-5 {
color: #ffcb5c;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #ff6e61;
--color-3: #f7c94b;
--color-4: #29b0ff;
--color-5: #ffcb5c;
}
Mystic Indica Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #ff6e61, #f7c94b, #29b0ff, #ffcb5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #ff6e61, #f7c94b, #29b0ff, #ffcb5c);
}
Similar color palettes
Mystic Indica Dreamscape color palette created on .