Premium Estate Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Premium Estate palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Premium Estate

Download premium estate color palette PNG image (landscape)
Download premium estate color palette PNG image (square)

tavolozza dei colori Premium Estate CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #f5692e;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #f1c84b;
--color-3: #f9e19f;
--color-4: #ffffff;
--color-5: #f5692e;
}

CSS con gradiente di sfondo Premium Estate

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #f1c84b, #f9e19f, #ffffff, #f5692e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #f1c84b, #f9e19f, #ffffff, #f5692e);
}

Premium Estate color palette created on .