Paleta de colores Teal Restaurant

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Restaurant palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Restaurant

/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #5dc1c6;
}
.color-4 {
color: #8fdcd9;
}
.color-5 {
color: #e2f7f8;
}

/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #00b3aa;
--color-3: #5dc1c6;
--color-4: #8fdcd9;
--color-5: #e2f7f8;
}

CSS del degradado de fondo Teal Restaurant

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #00b3aa, #5dc1c6, #8fdcd9, #e2f7f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #00b3aa, #5dc1c6, #8fdcd9, #e2f7f8);
}

Teal Restaurant color palette created on .