Paleta de colores Tender Affections

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tender Affections palette

Compartir esta paleta en:

CSS de la paleta de colores Tender Affections

/* CSS */
.color-1 {
color: #fbbccf;
}
.color-2 {
color: #fcada1;
}
.color-3 {
color: #f87c87;
}
.color-4 {
color: #f34f62;
}
.color-5 {
color: #ea1a33;
}

/* CSS Variables */
:root {
--color-1: #fbbccf;
--color-2: #fcada1;
--color-3: #f87c87;
--color-4: #f34f62;
--color-5: #ea1a33;
}

CSS del degradado de fondo Tender Affections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbccf, #fcada1, #f87c87, #f34f62, #ea1a33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbccf, #fcada1, #f87c87, #f34f62, #ea1a33);
}

Tender Affections color palette created on .