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: #ff6b81;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffd4b8;
}
.color-4 {
color: #ffecb3;
}
.color-5 {
color: #ffdeb8;
}

/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff998a;
--color-3: #ffd4b8;
--color-4: #ffecb3;
--color-5: #ffdeb8;
}

CSS del degradado de fondo Sweet Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff998a, #ffd4b8, #ffecb3, #ffdeb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff998a, #ffd4b8, #ffecb3, #ffdeb8);
}

Sweet Whimsy color palette created on .