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: #f9b39f;
}
.color-2 {
color: #f9d69f;
}
.color-3 {
color: #f4e4a4;
}
.color-4 {
color: #b7e6a3;
}
.color-5 {
color: #9fd2df;
}

/* CSS Variables */
:root {
--color-1: #f9b39f;
--color-2: #f9d69f;
--color-3: #f4e4a4;
--color-4: #b7e6a3;
--color-5: #9fd2df;
}

CSS del degradado de fondo Whispers of Affection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b39f, #f9d69f, #f4e4a4, #b7e6a3, #9fd2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b39f, #f9d69f, #f4e4a4, #b7e6a3, #9fd2df);
}

Whispers of Affection color palette created on .