Blue Greece Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Greece palette

Condividi questa palette a:

tavolozza dei colori Blue Greece CSS

/* CSS */
.color-1 {
color: #f4f6ee;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #4b9cbe;
}
.color-4 {
color: #007c85;
}
.color-5 {
color: #005a5c;
}

/* CSS Variables */
:root {
--color-1: #f4f6ee;
--color-2: #a3c8e1;
--color-3: #4b9cbe;
--color-4: #007c85;
--color-5: #005a5c;
}

CSS con gradiente di sfondo Blue Greece

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f6ee, #a3c8e1, #4b9cbe, #007c85, #005a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f6ee, #a3c8e1, #4b9cbe, #007c85, #005a5c);
}

Blue Greece color palette created on .