Paleta de colores Sweet Whimsy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Whimsy palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Whimsy

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #f7e4b6;
}
.color-5 {
color: #d4c3a0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffcb5c;
--color-4: #f7e4b6;
--color-5: #d4c3a0;
}

CSS del degradado de fondo Sweet Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffcb5c, #f7e4b6, #d4c3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffcb5c, #f7e4b6, #d4c3a0);
}

Sweet Whimsy color palette created on .