Mystic Forest Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Forest Shadows palette
Mystic Forest Shadows color palette PNG image
Mystic Forest Shadows color palette CSS
/* CSS */
.color-1 {
color: #2a1164;
}
.color-2 {
color: #622a6f;
}
.color-3 {
color: #346024;
}
.color-4 {
color: #152414;
}
.color-5 {
color: #0f0a0c;
}
/* CSS Variables */
:root {
--color-1: #2a1164;
--color-2: #622a6f;
--color-3: #346024;
--color-4: #152414;
--color-5: #0f0a0c;
}
Mystic Forest Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a1164, #622a6f, #346024, #152414, #0f0a0c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a1164, #622a6f, #346024, #152414, #0f0a0c);
}
Similar color palettes
Mystic Forest Shadows color palette created on .