Rajasthani Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rajasthani Radiance palette

Share this palette to:

Rajasthani Radiance color palette CSS

/* CSS */
.color-1 {
color: #c65024;
}
.color-2 {
color: #e7a64b;
}
.color-3 {
color: #f2d37d;
}
.color-4 {
color: #6b5d8e;
}
.color-5 {
color: #a76c91;
}

/* CSS Variables */
:root {
--color-1: #c65024;
--color-2: #e7a64b;
--color-3: #f2d37d;
--color-4: #6b5d8e;
--color-5: #a76c91;
}

Rajasthani Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65024, #e7a64b, #f2d37d, #6b5d8e, #a76c91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65024, #e7a64b, #f2d37d, #6b5d8e, #a76c91);
}

Similar color palettes

Rajasthani Radiance color palette created on .