Paleta de colores Ice Cream Cone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ice Cream Cone palette

Compartir esta paleta en:

Descargar la paleta de colores Ice Cream Cone (PNG)

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

CSS de la paleta de colores Ice Cream Cone

/* 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 del degradado de fondo 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 .