Paleta de colores Pink and Teal Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink and Teal Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Pink and Teal Harmony

/* CSS */
.color-1 {
color: #ffb3c6;
}
.color-2 {
color: #b1dfe7;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffb3c6;
--color-2: #b1dfe7;
--color-3: #a3d55d;
--color-4: #f5c400;
--color-5: #ff6e61;
}

CSS del degradado de fondo Pink and Teal Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c6, #b1dfe7, #a3d55d, #f5c400, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c6, #b1dfe7, #a3d55d, #f5c400, #ff6e61);
}

Pink and Teal Harmony color palette created on .