Circuit Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Circuit Sky palette

Condividi questa palette a:

tavolozza dei colori Circuit Sky CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #506e9b;
}
.color-3 {
color: #809dbc;
}
.color-4 {
color: #a9c1d6;
}
.color-5 {
color: #d1e9f5;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #506e9b;
--color-3: #809dbc;
--color-4: #a9c1d6;
--color-5: #d1e9f5;
}

CSS con gradiente di sfondo Circuit Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #506e9b, #809dbc, #a9c1d6, #d1e9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #506e9b, #809dbc, #a9c1d6, #d1e9f5);
}

Circuit Sky color palette created on .