Profundidades Marinas Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Profundidades Marinas palette

Condividi questa palette a:

tavolozza dei colori Profundidades Marinas CSS

/* CSS */
.color-1 {
color: #154a65;
}
.color-2 {
color: #2c7690;
}
.color-3 {
color: #4ea0c1;
}
.color-4 {
color: #80c3e5;
}
.color-5 {
color: #b4e2f3;
}

/* CSS Variables */
:root {
--color-1: #154a65;
--color-2: #2c7690;
--color-3: #4ea0c1;
--color-4: #80c3e5;
--color-5: #b4e2f3;
}

CSS con gradiente di sfondo Profundidades Marinas

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #154a65, #2c7690, #4ea0c1, #80c3e5, #b4e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #154a65, #2c7690, #4ea0c1, #80c3e5, #b4e2f3);
}

Profundidades Marinas color palette created on .