Mystic Ocean Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Ocean Shadows palette

Share this palette to:

Mystic Ocean Shadows color palette CSS

/* CSS */
.color-1 {
color: #9dcdcd;
}
.color-2 {
color: #7173ad;
}
.color-3 {
color: #636a6e;
}
.color-4 {
color: #3b397f;
}
.color-5 {
color: #2e3638;
}

/* CSS Variables */
:root {
--color-1: #9dcdcd;
--color-2: #7173ad;
--color-3: #636a6e;
--color-4: #3b397f;
--color-5: #2e3638;
}

Mystic Ocean Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9dcdcd, #7173ad, #636a6e, #3b397f, #2e3638);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9dcdcd, #7173ad, #636a6e, #3b397f, #2e3638);
}

Mystic Ocean Shadows color palette created on .