Paleta de colores Valentine's Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Valentine's Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Valentine's Whisper

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f6cabb;
}
.color-3 {
color: #f8d5a0;
}
.color-4 {
color: #f3e4b9;
}
.color-5 {
color: #e2d6a7;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f6cabb;
--color-3: #f8d5a0;
--color-4: #f3e4b9;
--color-5: #e2d6a7;
}

CSS del degradado de fondo Valentine's Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f6cabb, #f8d5a0, #f3e4b9, #e2d6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f6cabb, #f8d5a0, #f3e4b9, #e2d6a7);
}

Valentine's Whisper color palette created on .