Cool Beige and Lavender Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cool Beige and Lavender palette

Condividi questa palette a:

tavolozza dei colori Cool Beige and Lavender CSS

/* CSS */
.color-1 {
color: #d7c6b2;
}
.color-2 {
color: #afa5c0;
}
.color-3 {
color: #6a8faf;
}
.color-4 {
color: #b7e1d4;
}
.color-5 {
color: #e6a8b7;
}

/* CSS Variables */
:root {
--color-1: #d7c6b2;
--color-2: #afa5c0;
--color-3: #6a8faf;
--color-4: #b7e1d4;
--color-5: #e6a8b7;
}

CSS con gradiente di sfondo Cool Beige and Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c6b2, #afa5c0, #6a8faf, #b7e1d4, #e6a8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c6b2, #afa5c0, #6a8faf, #b7e1d4, #e6a8b7);
}

Cool Beige and Lavender color palette created on .