Paleta de colores Enchanted Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enchanted Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Enchanted Whisper

/* CSS */
.color-1 {
color: #e8a1e0;
}
.color-2 {
color: #f7d4d7;
}
.color-3 {
color: #f3e5af;
}
.color-4 {
color: #b2e0f0;
}
.color-5 {
color: #94e1b0;
}

/* CSS Variables */
:root {
--color-1: #e8a1e0;
--color-2: #f7d4d7;
--color-3: #f3e5af;
--color-4: #b2e0f0;
--color-5: #94e1b0;
}

CSS del degradado de fondo Enchanted Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a1e0, #f7d4d7, #f3e5af, #b2e0f0, #94e1b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a1e0, #f7d4d7, #f3e5af, #b2e0f0, #94e1b0);
}

Enchanted Whisper color palette created on .