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: #a4d5df;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f06c51;
}
.color-4 {
color: #d22d6c;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #a4d5df;
--color-2: #f0a800;
--color-3: #f06c51;
--color-4: #d22d6c;
--color-5: #000000;
}

CSS con gradiente di sfondo Shades of Blue and Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5df, #f0a800, #f06c51, #d22d6c, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5df, #f0a800, #f06c51, #d22d6c, #000000);
}

Shades of Blue and Orange color palette created on .