Teal and Coral Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal and Coral Dream palette

Condividi questa palette a:

tavolozza dei colori Teal and Coral Dream CSS

/* CSS */
.color-1 {
color: #69bf9b;
}
.color-2 {
color: #50b9d3;
}
.color-3 {
color: #f7a28d;
}
.color-4 {
color: #f1cb4b;
}
.color-5 {
color: #e27c60;
}

/* CSS Variables */
:root {
--color-1: #69bf9b;
--color-2: #50b9d3;
--color-3: #f7a28d;
--color-4: #f1cb4b;
--color-5: #e27c60;
}

CSS con gradiente di sfondo Teal and Coral Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}

Teal and Coral Dream color palette created on .