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: #f1c6d3;
}
.color-2 {
color: #f6b2a7;
}
.color-3 {
color: #e68e95;
}
.color-4 {
color: #d76a77;
}
.color-5 {
color: #b84c59;
}

/* CSS Variables */
:root {
--color-1: #f1c6d3;
--color-2: #f6b2a7;
--color-3: #e68e95;
--color-4: #d76a77;
--color-5: #b84c59;
}

CSS del degradado de fondo Tender Affections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d3, #f6b2a7, #e68e95, #d76a77, #b84c59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d3, #f6b2a7, #e68e95, #d76a77, #b84c59);
}

Tender Affections color palette created on .