Shades of Blue and Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue and Green palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue and Green CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3c6e90;
}
.color-3 {
color: #67a6c5;
}
.color-4 {
color: #9ad3e4;
}
.color-5 {
color: #b4e9e1;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3c6e90;
--color-3: #67a6c5;
--color-4: #9ad3e4;
--color-5: #b4e9e1;
}

CSS con gradiente di sfondo Shades of Blue and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3c6e90, #67a6c5, #9ad3e4, #b4e9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3c6e90, #67a6c5, #9ad3e4, #b4e9e1);
}

Shades of Blue and Green color palette created on .