Colorful Stickers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Colorful Stickers palette

Condividi questa palette a:

tavolozza dei colori Colorful Stickers CSS

/* CSS */
.color-1 {
color: #ffc2da;
}
.color-2 {
color: #ffd9d6;
}
.color-3 {
color: #ffeadb;
}
.color-4 {
color: #adffed;
}
.color-5 {
color: #a3d3ff;
}

/* CSS Variables */
:root {
--color-1: #ffc2da;
--color-2: #ffd9d6;
--color-3: #ffeadb;
--color-4: #adffed;
--color-5: #a3d3ff;
}

CSS con gradiente di sfondo Colorful Stickers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2da, #ffd9d6, #ffeadb, #adffed, #a3d3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2da, #ffd9d6, #ffeadb, #adffed, #a3d3ff);
}

Colorful Stickers color palette created on .