Muted Gold and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Muted Gold and Blue palette

Condividi questa palette a:

tavolozza dei colori Muted Gold and Blue CSS

/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e2c68d;
}
.color-3 {
color: #d0bfa4;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #81c0f3;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e2c68d;
--color-3: #d0bfa4;
--color-4: #a8d3e1;
--color-5: #81c0f3;
}

CSS con gradiente di sfondo Muted Gold and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e2c68d, #d0bfa4, #a8d3e1, #81c0f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e2c68d, #d0bfa4, #a8d3e1, #81c0f3);
}

Muted Gold and Blue color palette created on .