Martian Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Martian Sunrise palette

Condividi questa palette a:

tavolozza dei colori Martian Sunrise CSS

/* CSS */
.color-1 {
color: #da4e2b;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff9d4d;
}
.color-4 {
color: #ffe14d;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #da4e2b;
--color-2: #ff6d2e;
--color-3: #ff9d4d;
--color-4: #ffe14d;
--color-5: #f5c400;
}

CSS con gradiente di sfondo Martian Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da4e2b, #ff6d2e, #ff9d4d, #ffe14d, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da4e2b, #ff6d2e, #ff9d4d, #ffe14d, #f5c400);
}

Martian Sunrise color palette created on .