Legal Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Legal Sunrise palette

Condividi questa palette a:

tavolozza dei colori Legal Sunrise CSS

/* CSS */
.color-1 {
color: #f2e3b5;
}
.color-2 {
color: #e2b674;
}
.color-3 {
color: #c78a4d;
}
.color-4 {
color: #a05b37;
}
.color-5 {
color: #6c3c1e;
}

/* CSS Variables */
:root {
--color-1: #f2e3b5;
--color-2: #e2b674;
--color-3: #c78a4d;
--color-4: #a05b37;
--color-5: #6c3c1e;
}

CSS con gradiente di sfondo Legal Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e3b5, #e2b674, #c78a4d, #a05b37, #6c3c1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e3b5, #e2b674, #c78a4d, #a05b37, #6c3c1e);
}

Legal Sunrise color palette created on .