Ice Cream Cone Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ice Cream Cone palette

Condividi questa palette a:

Scarica la tavolozza dei colori Ice Cream Cone (PNG)

Download ice cream cone color palette PNG image (landscape)
Download ice cream cone color palette PNG image (square)

tavolozza dei colori Ice Cream Cone CSS

/* CSS */
.color-1 {
color: #f8d7af;
}
.color-2 {
color: #f6b6a7;
}
.color-3 {
color: #f39bba;
}
.color-4 {
color: #f27d9c;
}
.color-5 {
color: #e05c8f;
}

/* CSS Variables */
:root {
--color-1: #f8d7af;
--color-2: #f6b6a7;
--color-3: #f39bba;
--color-4: #f27d9c;
--color-5: #e05c8f;
}

CSS con gradiente di sfondo Ice Cream Cone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d7af, #f6b6a7, #f39bba, #f27d9c, #e05c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d7af, #f6b6a7, #f39bba, #f27d9c, #e05c8f);
}

Ice Cream Cone color palette created on .