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: #a8d3e1;
}
.color-2 {
color: #5fb3c4;
}
.color-3 {
color: #3a8e9c;
}
.color-4 {
color: #1f6c7f;
}
.color-5 {
color: #0f4d70;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #5fb3c4;
--color-3: #3a8e9c;
--color-4: #1f6c7f;
--color-5: #0f4d70;
}

CSS con gradiente di sfondo Cool Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #5fb3c4, #3a8e9c, #1f6c7f, #0f4d70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #5fb3c4, #3a8e9c, #1f6c7f, #0f4d70);
}

Cool Blue color palette created on .