Blue Cyrene Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Cyrene palette

Condividi questa palette a:

tavolozza dei colori Blue Cyrene CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #7fd4f0;
}
.color-3 {
color: #d0e9f6;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #7fd4f0;
--color-3: #d0e9f6;
--color-4: #ff6e61;
--color-5: #ffcc00;
}

CSS con gradiente di sfondo Blue Cyrene

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #7fd4f0, #d0e9f6, #ff6e61, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #7fd4f0, #d0e9f6, #ff6e61, #ffcc00);
}

Blue Cyrene color palette created on .