Paleta de colores Royal Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Royal Dawn palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Royal Dawn

Download royal dawn color palette PNG image (landscape)
Download royal dawn color palette PNG image (square)

CSS de la paleta de colores Royal Dawn

/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #e1b233;
}
.color-3 {
color: #f9d648;
}
.color-4 {
color: #596d9b;
}
.color-5 {
color: #3c298e;
}

/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #e1b233;
--color-3: #f9d648;
--color-4: #596d9b;
--color-5: #3c298e;
}

CSS del degradado de fondo Royal Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #e1b233, #f9d648, #596d9b, #3c298e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #e1b233, #f9d648, #596d9b, #3c298e);
}

Royal Dawn color palette created on .