Paleta de colores Teal and Coral Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal and Coral Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Teal and Coral Dream

/* 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 del degradado de fondo 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 .