Mystic Forest Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Forest Whisper palette
Mystic Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #5bd2b2;
}
.color-2 {
color: #409c8e;
}
.color-3 {
color: #2a7e73;
}
.color-4 {
color: #1d675e;
}
.color-5 {
color: #0f574e;
}
/* CSS Variables */
:root {
--color-1: #5bd2b2;
--color-2: #409c8e;
--color-3: #2a7e73;
--color-4: #1d675e;
--color-5: #0f574e;
}
Mystic Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bd2b2, #409c8e, #2a7e73, #1d675e, #0f574e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bd2b2, #409c8e, #2a7e73, #1d675e, #0f574e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Mystic Forest Whisper color palette created on .