Paleta de colores Elegant Castle

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Castle palette

Compartir esta paleta en:

Descargar la paleta de colores Elegant Castle (PNG)

Download elegant castle color palette PNG image (landscape)
Download elegant castle color palette PNG image (square)

CSS de la paleta de colores Elegant Castle

/* CSS */
.color-1 {
color: #e0b700;
}
.color-2 {
color: #f5d400;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #c5a249;
}

/* CSS Variables */
:root {
--color-1: #e0b700;
--color-2: #f5d400;
--color-3: #f9e59f;
--color-4: #ffffff;
--color-5: #c5a249;
}

CSS del degradado de fondo Elegant Castle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b700, #f5d400, #f9e59f, #ffffff, #c5a249);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b700, #f5d400, #f9e59f, #ffffff, #c5a249);
}

Elegant Castle color palette created on .