Paleta de colores Ocean's Whispering Shadows

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean's Whispering Shadows palette

Compartir esta paleta en:

CSS de la paleta de colores Ocean's Whispering Shadows

/* CSS */
.color-1 {
color: #8cc4cf;
}
.color-2 {
color: #56738a;
}
.color-3 {
color: #118d8d;
}
.color-4 {
color: #273b59;
}
.color-5 {
color: #101f3c;
}

/* CSS Variables */
:root {
--color-1: #8cc4cf;
--color-2: #56738a;
--color-3: #118d8d;
--color-4: #273b59;
--color-5: #101f3c;
}

CSS del degradado de fondo Ocean's Whispering Shadows

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cc4cf, #56738a, #118d8d, #273b59, #101f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cc4cf, #56738a, #118d8d, #273b59, #101f3c);
}

Ocean's Whispering Shadows color palette created on .