Oceanic Serpent Wings Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Oceanic Serpent Wings palette

Condividi questa palette a:

tavolozza dei colori Oceanic Serpent Wings CSS

/* CSS */
.color-1 {
color: #4bb7e2;
}
.color-2 {
color: #1a7e89;
}
.color-3 {
color: #007f80;
}
.color-4 {
color: #005c5c;
}
.color-5 {
color: #003838;
}

/* CSS Variables */
:root {
--color-1: #4bb7e2;
--color-2: #1a7e89;
--color-3: #007f80;
--color-4: #005c5c;
--color-5: #003838;
}

CSS con gradiente di sfondo Oceanic Serpent Wings

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bb7e2, #1a7e89, #007f80, #005c5c, #003838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bb7e2, #1a7e89, #007f80, #005c5c, #003838);
}

Oceanic Serpent Wings color palette created on .