Paleta de colores Whiskered Whimsy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whiskered Whimsy palette

Compartir esta paleta en:

CSS de la paleta de colores Whiskered Whimsy

/* CSS */
.color-1 {
color: #9c5e8a;
}
.color-2 {
color: #f1a7c3;
}
.color-3 {
color: #f9d7b9;
}
.color-4 {
color: #f6c42c;
}
.color-5 {
color: #d1693d;
}

/* CSS Variables */
:root {
--color-1: #9c5e8a;
--color-2: #f1a7c3;
--color-3: #f9d7b9;
--color-4: #f6c42c;
--color-5: #d1693d;
}

CSS del degradado de fondo Whiskered Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c5e8a, #f1a7c3, #f9d7b9, #f6c42c, #d1693d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c5e8a, #f1a7c3, #f9d7b9, #f6c42c, #d1693d);
}

Whiskered Whimsy color palette created on .