Blue Secured Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Secured palette

Condividi questa palette a:

tavolozza dei colori Blue Secured CSS

/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #75d7c3;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff6e42;
}
.color-5 {
color: #d33131;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #75d7c3;
--color-3: #ffb84d;
--color-4: #ff6e42;
--color-5: #d33131;
}

CSS con gradiente di sfondo Blue Secured

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #75d7c3, #ffb84d, #ff6e42, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #75d7c3, #ffb84d, #ff6e42, #d33131);
}

Blue Secured color palette created on .