Turquoise Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Dream palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Turquoise Dream

Download turquoise dream color palette PNG image (landscape)
Download turquoise dream color palette PNG image (square)

tavolozza dei colori Turquoise Dream CSS

/* CSS */
.color-1 {
color: #fac466;
}
.color-2 {
color: #fae7b7;
}
.color-3 {
color: #a4ddef;
}
.color-4 {
color: #4cd6d6;
}
.color-5 {
color: #2d80a9;
}

/* CSS Variables */
:root {
--color-1: #fac466;
--color-2: #fae7b7;
--color-3: #a4ddef;
--color-4: #4cd6d6;
--color-5: #2d80a9;
}

CSS con gradiente di sfondo Turquoise Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fac466, #fae7b7, #a4ddef, #4cd6d6, #2d80a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fac466, #fae7b7, #a4ddef, #4cd6d6, #2d80a9);
}

Turquoise Dream color palette created on .