Shades of Blue and Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue and Orange palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue and Orange CSS

/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f37435;
}
.color-4 {
color: #d74c37;
}
.color-5 {
color: #a34d89;
}

/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #f5a300;
--color-3: #f37435;
--color-4: #d74c37;
--color-5: #a34d89;
}

CSS con gradiente di sfondo Shades of Blue and Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #f5a300, #f37435, #d74c37, #a34d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #f5a300, #f37435, #d74c37, #a34d89);
}

Shades of Blue and Orange color palette created on .