Sunny Market Days Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Market Days palette

Condividi questa palette a:

tavolozza dei colori Sunny Market Days CSS

/* CSS */
.color-1 {
color: #f6d1a7;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #e5a434;
}
.color-4 {
color: #d68d1f;
}
.color-5 {
color: #c37028;
}

/* CSS Variables */
:root {
--color-1: #f6d1a7;
--color-2: #f1b341;
--color-3: #e5a434;
--color-4: #d68d1f;
--color-5: #c37028;
}

CSS con gradiente di sfondo Sunny Market Days

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1a7, #f1b341, #e5a434, #d68d1f, #c37028);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1a7, #f1b341, #e5a434, #d68d1f, #c37028);
}

Sunny Market Days color palette created on .