Shades of Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue CSS

/* CSS */
.color-1 {
color: #4c6990;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #e1af7a;
}
.color-4 {
color: #e68f51;
}
.color-5 {
color: #d74e3c;
}

/* CSS Variables */
:root {
--color-1: #4c6990;
--color-2: #a3c7e0;
--color-3: #e1af7a;
--color-4: #e68f51;
--color-5: #d74e3c;
}

CSS con gradiente di sfondo Shades of Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c6990, #a3c7e0, #e1af7a, #e68f51, #d74e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c6990, #a3c7e0, #e1af7a, #e68f51, #d74e3c);
}

Shades of Blue color palette created on .