Paleta de colores Royal Rajasthan

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Royal Rajasthan palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Royal Rajasthan

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

CSS de la paleta de colores Royal Rajasthan

/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #7bb3db;
}
.color-4 {
color: #f0c24c;
}
.color-5 {
color: #e05d42;
}

/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #5a7dba;
--color-3: #7bb3db;
--color-4: #f0c24c;
--color-5: #e05d42;
}

CSS del degradado de fondo Royal Rajasthan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #5a7dba, #7bb3db, #f0c24c, #e05d42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #5a7dba, #7bb3db, #f0c24c, #e05d42);
}

Royal Rajasthan color palette created on .