Cubic Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cubic Blue palette

Condividi questa palette a:

tavolozza dei colori Cubic Blue CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #8d6f62;
}
.color-5 {
color: #7c4dff;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #8d6f62;
--color-5: #7c4dff;
}

CSS con gradiente di sfondo Cubic Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff6e61, #ffb84d, #8d6f62, #7c4dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff6e61, #ffb84d, #8d6f62, #7c4dff);
}

Cubic Blue color palette created on .