Royal Rajasthan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Rajasthan palette

Share this palette to:

Royal Rajasthan color palette PNG image

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

Royal Rajasthan color palette CSS

/* 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;
}

Royal Rajasthan background gradient CSS

/* 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 .