Paleta de colores Whimsical Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Sunset

/* CSS */
.color-1 {
color: #d1a4e0;
}
.color-2 {
color: #f8afd4;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #d1a4e0;
--color-2: #f8afd4;
--color-3: #f5c400;
--color-4: #f5a300;
--color-5: #ff6e61;
}

CSS del degradado de fondo Whimsical Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a4e0, #f8afd4, #f5c400, #f5a300, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a4e0, #f8afd4, #f5c400, #f5a300, #ff6e61);
}

Whimsical Sunset color palette created on .