Mystic Tide Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Tide palette

Share this palette to:

Mystic Tide color palette CSS

/* CSS */
.color-1 {
color: #3c9a8e;
}
.color-2 {
color: #7cb6b5;
}
.color-3 {
color: #b2d2d0;
}
.color-4 {
color: #e2e9e6;
}
.color-5 {
color: #f3f7f5;
}

/* CSS Variables */
:root {
--color-1: #3c9a8e;
--color-2: #7cb6b5;
--color-3: #b2d2d0;
--color-4: #e2e9e6;
--color-5: #f3f7f5;
}

Mystic Tide background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9a8e, #7cb6b5, #b2d2d0, #e2e9e6, #f3f7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9a8e, #7cb6b5, #b2d2d0, #e2e9e6, #f3f7f5);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Mystic Tide color palette created on .