Teal and Lavender Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal and Lavender Dream palette

Condividi questa palette a:

tavolozza dei colori Teal and Lavender Dream CSS

/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #a7bae2;
}
.color-3 {
color: #d7c1e2;
}
.color-4 {
color: #f1b1d8;
}
.color-5 {
color: #f8c9d4;
}

/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #a7bae2;
--color-3: #d7c1e2;
--color-4: #f1b1d8;
--color-5: #f8c9d4;
}

CSS con gradiente di sfondo Teal and Lavender Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #a7bae2, #d7c1e2, #f1b1d8, #f8c9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #a7bae2, #d7c1e2, #f1b1d8, #f8c9d4);
}

Teal and Lavender Dream color palette created on .