Teal and Gold Majesty Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal and Gold Majesty palette

Condividi questa palette a:

tavolozza dei colori Teal and Gold Majesty CSS

/* CSS */
.color-1 {
color: #1e8b9f;
}
.color-2 {
color: #f9a824;
}
.color-3 {
color: #f4c857;
}
.color-4 {
color: #d05a1b;
}
.color-5 {
color: #7b1e3b;
}

/* CSS Variables */
:root {
--color-1: #1e8b9f;
--color-2: #f9a824;
--color-3: #f4c857;
--color-4: #d05a1b;
--color-5: #7b1e3b;
}

CSS con gradiente di sfondo Teal and Gold Majesty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8b9f, #f9a824, #f4c857, #d05a1b, #7b1e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8b9f, #f9a824, #f4c857, #d05a1b, #7b1e3b);
}

Teal and Gold Majesty color palette created on .