Beige with Rainbow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Beige with Rainbow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Beige with Rainbow

Download beige with rainbow color palette PNG image (landscape)
Download beige with rainbow color palette PNG image (square)

tavolozza dei colori Beige with Rainbow CSS

/* CSS */
.color-1 {
color: #f5e6c7;
}
.color-2 {
color: #f8d1a5;
}
.color-3 {
color: #f6b6d0;
}
.color-4 {
color: #c5e1e2;
}
.color-5 {
color: #a6d8c8;
}

/* CSS Variables */
:root {
--color-1: #f5e6c7;
--color-2: #f8d1a5;
--color-3: #f6b6d0;
--color-4: #c5e1e2;
--color-5: #a6d8c8;
}

CSS con gradiente di sfondo Beige with Rainbow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}

Beige with Rainbow color palette created on .