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: #a2b1b3;
}
.color-2 {
color: #a7c0c3;
}
.color-3 {
color: #b8d4d6;
}
.color-4 {
color: #d4e8e8;
}
.color-5 {
color: #dff1f1;
}

/* CSS Variables */
:root {
--color-1: #a2b1b3;
--color-2: #a7c0c3;
--color-3: #b8d4d6;
--color-4: #d4e8e8;
--color-5: #dff1f1;
}

CSS con gradiente di sfondo Cool Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b1b3, #a7c0c3, #b8d4d6, #d4e8e8, #dff1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b1b3, #a7c0c3, #b8d4d6, #d4e8e8, #dff1f1);
}

Cool Blue color palette created on .