Blue Earthtones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Earthtones palette

Condividi questa palette a:

tavolozza dei colori Blue Earthtones CSS

/* CSS */
.color-1 {
color: #1f4e70;
}
.color-2 {
color: #4b918d;
}
.color-3 {
color: #89c2b3;
}
.color-4 {
color: #d9b68c;
}
.color-5 {
color: #613c33;
}

/* CSS Variables */
:root {
--color-1: #1f4e70;
--color-2: #4b918d;
--color-3: #89c2b3;
--color-4: #d9b68c;
--color-5: #613c33;
}

CSS con gradiente di sfondo Blue Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e70, #4b918d, #89c2b3, #d9b68c, #613c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e70, #4b918d, #89c2b3, #d9b68c, #613c33);
}

Blue Earthtones color palette created on .