Mystic Lagoon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Lagoon palette

Share this palette to:

Mystic Lagoon color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe99;
}
.color-3 {
color: #4c9e8b;
}
.color-4 {
color: #2f7f7b;
}
.color-5 {
color: #1f4c4b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe99;
--color-3: #4c9e8b;
--color-4: #2f7f7b;
--color-5: #1f4c4b;
}

Mystic Lagoon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe99, #4c9e8b, #2f7f7b, #1f4c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe99, #4c9e8b, #2f7f7b, #1f4c4b);
}

Mystic Lagoon color palette created on .