Cool Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cool Blue palette

Condividi questa palette a:

tavolozza dei colori Cool Blue CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #51b3d6;
}
.color-3 {
color: #75d7c3;
}
.color-4 {
color: #a5e9b6;
}
.color-5 {
color: #e7f9e7;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #51b3d6;
--color-3: #75d7c3;
--color-4: #a5e9b6;
--color-5: #e7f9e7;
}

CSS con gradiente di sfondo Cool Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #51b3d6, #75d7c3, #a5e9b6, #e7f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #51b3d6, #75d7c3, #a5e9b6, #e7f9e7);
}

Cool Blue color palette created on .