Paleta de colores Mystic Ocean Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mystic Ocean Shadows palette
Image Gallery

CSS de la paleta de colores Mystic Ocean Shadows
/* 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;
}
CSS del degradado de fondo Mystic Ocean Shadows
/* 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);
}
Paletas de colores similares
Mystic Ocean Shadows color palette created on .