Shades of Blue and Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Blue and Gold palette

Condividi questa palette a:

tavolozza dei colori Shades of Blue and Gold CSS

/* CSS */
.color-1 {
color: #1c2c40;
}
.color-2 {
color: #f5c84d;
}
.color-3 {
color: #f9e4a4;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #1c2c40;
--color-2: #f5c84d;
--color-3: #f9e4a4;
--color-4: #f4a462;
--color-5: #2a9d90;
}

CSS con gradiente di sfondo Shades of Blue and Gold

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2c40, #f5c84d, #f9e4a4, #f4a462, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2c40, #f5c84d, #f9e4a4, #f4a462, #2a9d90);
}

Shades of Blue and Gold color palette created on .