Ocean's Whispering Shadows Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ocean's Whispering Shadows palette

Condividi questa palette a:

tavolozza dei colori Ocean's Whispering Shadows CSS

/* 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 con gradiente di sfondo 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 .