Celeste y Amarillo Brillante Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celeste y Amarillo Brillante palette

Condividi questa palette a:

tavolozza dei colori Celeste y Amarillo Brillante CSS

/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #f9d958;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #79d3f1;
}
.color-5 {
color: #efca4d;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #f9d958;
--color-3: #ffffff;
--color-4: #79d3f1;
--color-5: #efca4d;
}

CSS con gradiente di sfondo Celeste y Amarillo Brillante

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #f9d958, #ffffff, #79d3f1, #efca4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #f9d958, #ffffff, #79d3f1, #efca4d);
}

Celeste y Amarillo Brillante color palette created on .