Ice Cream Cone Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ice Cream Cone palette

Share this palette to:

Download Ice Cream Cone Color Palette (PNG)

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

Ice Cream Cone color palette 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;
}

Ice Cream Cone background gradient CSS

/* 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 .