Cyan Circuitry Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cyan Circuitry palette

Condividi questa palette a:

tavolozza dei colori Cyan Circuitry CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6c9b;
}
.color-3 {
color: #7aa3b8;
}
.color-4 {
color: #b4d5e4;
}
.color-5 {
color: #f1f8f4;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6c9b;
--color-3: #7aa3b8;
--color-4: #b4d5e4;
--color-5: #f1f8f4;
}

CSS con gradiente di sfondo Cyan Circuitry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6c9b, #7aa3b8, #b4d5e4, #f1f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6c9b, #7aa3b8, #b4d5e4, #f1f8f4);
}

Cyan Circuitry color palette created on .