Paleta de colores Teal Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Beach palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Beach

/* CSS */
.color-1 {
color: #55c0d8;
}
.color-2 {
color: #fbd065;
}
.color-3 {
color: #ffb442;
}
.color-4 {
color: #ff8c75;
}
.color-5 {
color: #fb6a60;
}

/* CSS Variables */
:root {
--color-1: #55c0d8;
--color-2: #fbd065;
--color-3: #ffb442;
--color-4: #ff8c75;
--color-5: #fb6a60;
}

CSS del degradado de fondo Teal Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #55c0d8, #fbd065, #ffb442, #ff8c75, #fb6a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #55c0d8, #fbd065, #ffb442, #ff8c75, #fb6a60);
}

Teal Beach color palette created on .