Rustic Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rustic Sunrise palette

Condividi questa palette a:

tavolozza dei colori Rustic Sunrise CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #ffaf7a;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #c57c6d;
}
.color-5 {
color: #e57e3e;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #ffaf7a;
--color-3: #a3c7e0;
--color-4: #c57c6d;
--color-5: #e57e3e;
}

CSS con gradiente di sfondo Rustic Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #ffaf7a, #a3c7e0, #c57c6d, #e57e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #ffaf7a, #a3c7e0, #c57c6d, #e57e3e);
}

Rustic Sunrise color palette created on .