Paleta de colores Whimsical Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Whisper

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #c68ecc;
}
.color-3 {
color: #a46eaf;
}
.color-4 {
color: #7c4c9a;
}
.color-5 {
color: #4f2c6d;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #c68ecc;
--color-3: #a46eaf;
--color-4: #7c4c9a;
--color-5: #4f2c6d;
}

CSS del degradado de fondo Whimsical Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #c68ecc, #a46eaf, #7c4c9a, #4f2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #c68ecc, #a46eaf, #7c4c9a, #4f2c6d);
}

Whimsical Whisper color palette created on .