Coffee with Cream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coffee with Cream palette

Condividi questa palette a:

tavolozza dei colori Coffee with Cream CSS

/* CSS */
.color-1 {
color: #d7c8b7;
}
.color-2 {
color: #a68c77;
}
.color-3 {
color: #7b5b4c;
}
.color-4 {
color: #3d3929;
}
.color-5 {
color: #bfa87d;
}

/* CSS Variables */
:root {
--color-1: #d7c8b7;
--color-2: #a68c77;
--color-3: #7b5b4c;
--color-4: #3d3929;
--color-5: #bfa87d;
}

CSS con gradiente di sfondo Coffee with Cream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c8b7, #a68c77, #7b5b4c, #3d3929, #bfa87d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c8b7, #a68c77, #7b5b4c, #3d3929, #bfa87d);
}

Coffee with Cream color palette created on .