Mystic Tide Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mystic Tide palette
Mystic Tide color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #5ab5b0;
}
.color-3 {
color: #1e998d;
}
.color-4 {
color: #0a5c5c;
}
.color-5 {
color: #004a4d;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #5ab5b0;
--color-3: #1e998d;
--color-4: #0a5c5c;
--color-5: #004a4d;
}
Mystic Tide background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #5ab5b0, #1e998d, #0a5c5c, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #5ab5b0, #1e998d, #0a5c5c, #004a4d);
}
Similar color palettes
Mystic Tide color palette created on .