Regal Harvest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Harvest palette

Share this palette to:

Regal Harvest color palette CSS

/* CSS */
.color-1 {
color: #6f3c8b;
}
.color-2 {
color: #b05e8e;
}
.color-3 {
color: #f7c8a1;
}
.color-4 {
color: #f8e2aa;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #6f3c8b;
--color-2: #b05e8e;
--color-3: #f7c8a1;
--color-4: #f8e2aa;
--color-5: #f0a800;
}

Regal Harvest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f3c8b, #b05e8e, #f7c8a1, #f8e2aa, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f3c8b, #b05e8e, #f7c8a1, #f8e2aa, #f0a800);
}

Regal Harvest color palette created on .