Paleta de colores Whispers of Affection

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Affection palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Affection

/* CSS */
.color-1 {
color: #b7e1f0;
}
.color-2 {
color: #f8c3a0;
}
.color-3 {
color: #f5a79e;
}
.color-4 {
color: #f3c9d2;
}
.color-5 {
color: #d49f8c;
}

/* CSS Variables */
:root {
--color-1: #b7e1f0;
--color-2: #f8c3a0;
--color-3: #f5a79e;
--color-4: #f3c9d2;
--color-5: #d49f8c;
}

CSS del degradado de fondo Whispers of Affection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7e1f0, #f8c3a0, #f5a79e, #f3c9d2, #d49f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7e1f0, #f8c3a0, #f5a79e, #f3c9d2, #d49f8c);
}

Whispers of Affection color palette created on .