Mystic Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Waters palette

Share this palette to:

Mystic Waters color palette CSS

/* CSS */
.color-1 {
color: #3e5a75;
}
.color-2 {
color: #5b8e9f;
}
.color-3 {
color: #96b6b2;
}
.color-4 {
color: #f1c9b6;
}
.color-5 {
color: #e3a6a1;
}

/* CSS Variables */
:root {
--color-1: #3e5a75;
--color-2: #5b8e9f;
--color-3: #96b6b2;
--color-4: #f1c9b6;
--color-5: #e3a6a1;
}

Mystic Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5a75, #5b8e9f, #96b6b2, #f1c9b6, #e3a6a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5a75, #5b8e9f, #96b6b2, #f1c9b6, #e3a6a1);
}

Mystic Waters color palette created on .