Paleta de colores Whimsical Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Hues

/* CSS */
.color-1 {
color: #fdbfdc;
}
.color-2 {
color: #ffc7ad;
}
.color-3 {
color: #ffe8bd;
}
.color-4 {
color: #bff8dc;
}
.color-5 {
color: #b9cef9;
}

/* CSS Variables */
:root {
--color-1: #fdbfdc;
--color-2: #ffc7ad;
--color-3: #ffe8bd;
--color-4: #bff8dc;
--color-5: #b9cef9;
}

CSS del degradado de fondo Whimsical Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdbfdc, #ffc7ad, #ffe8bd, #bff8dc, #b9cef9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdbfdc, #ffc7ad, #ffe8bd, #bff8dc, #b9cef9);
}

Whimsical Hues color palette created on .