Iron and Sunlight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Iron and Sunlight palette

Condividi questa palette a:

tavolozza dei colori Iron and Sunlight CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4b7f9b;
}
.color-3 {
color: #7dbaca;
}
.color-4 {
color: #f5c747;
}
.color-5 {
color: #f78f40;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4b7f9b;
--color-3: #7dbaca;
--color-4: #f5c747;
--color-5: #f78f40;
}

CSS con gradiente di sfondo Iron and Sunlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4b7f9b, #7dbaca, #f5c747, #f78f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4b7f9b, #7dbaca, #f5c747, #f78f40);
}

Iron and Sunlight color palette created on .