Sweet Whimsy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Whimsy palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Sweet Whimsy

Download sweet whimsy color palette PNG image (landscape)
Download sweet whimsy color palette PNG image (square)

tavolozza dei colori Sweet Whimsy CSS

/* CSS */
.color-1 {
color: #ff75a8;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #fff0e5;
}
.color-4 {
color: #f4c3b3;
}
.color-5 {
color: #ffd1dc;
}

/* CSS Variables */
:root {
--color-1: #ff75a8;
--color-2: #ffb3d1;
--color-3: #fff0e5;
--color-4: #f4c3b3;
--color-5: #ffd1dc;
}

CSS con gradiente di sfondo Sweet Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a8, #ffb3d1, #fff0e5, #f4c3b3, #ffd1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a8, #ffb3d1, #fff0e5, #f4c3b3, #ffd1dc);
}

Sweet Whimsy color palette created on .