Paleta de colores Teal Princess

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Princess palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Princess

/* CSS */
.color-1 {
color: #b5e3d6;
}
.color-2 {
color: #4fa18f;
}
.color-3 {
color: #3a7e7d;
}
.color-4 {
color: #403d6c;
}
.color-5 {
color: #f1c6a7;
}

/* CSS Variables */
:root {
--color-1: #b5e3d6;
--color-2: #4fa18f;
--color-3: #3a7e7d;
--color-4: #403d6c;
--color-5: #f1c6a7;
}

CSS del degradado de fondo Teal Princess

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5e3d6, #4fa18f, #3a7e7d, #403d6c, #f1c6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5e3d6, #4fa18f, #3a7e7d, #403d6c, #f1c6a7);
}

Teal Princess color palette created on .