Paleta de colores Whimsical Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Delight

/* CSS */
.color-1 {
color: #ff5e3d;
}
.color-2 {
color: #ffa13d;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #c5ff3d;
}
.color-5 {
color: #3dff5e;
}

/* CSS Variables */
:root {
--color-1: #ff5e3d;
--color-2: #ffa13d;
--color-3: #ffcb3d;
--color-4: #c5ff3d;
--color-5: #3dff5e;
}

CSS del degradado de fondo Whimsical Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5e3d, #ffa13d, #ffcb3d, #c5ff3d, #3dff5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5e3d, #ffa13d, #ffcb3d, #c5ff3d, #3dff5e);
}

Whimsical Delight color palette created on .