Mystical Lagoon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystical Lagoon palette
Mystical Lagoon color palette CSS
/* CSS */
.color-1 {
color: #2fb19c;
}
.color-2 {
color: #4a8aa5;
}
.color-3 {
color: #6b4c9a;
}
.color-4 {
color: #9f5b9a;
}
.color-5 {
color: #d77c5b;
}
/* CSS Variables */
:root {
--color-1: #2fb19c;
--color-2: #4a8aa5;
--color-3: #6b4c9a;
--color-4: #9f5b9a;
--color-5: #d77c5b;
}
Mystical Lagoon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2fb19c, #4a8aa5, #6b4c9a, #9f5b9a, #d77c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2fb19c, #4a8aa5, #6b4c9a, #9f5b9a, #d77c5b);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Mystical Lagoon color palette created on .