Royal Plum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Plum palette

Share this palette to:

Royal Plum color palette CSS

/* CSS */
.color-1 {
color: #ae9156;
}
.color-2 {
color: #73567b;
}
.color-3 {
color: #d9c4cd;
}
.color-4 {
color: #cda84c;
}
.color-5 {
color: #69557c;
}

/* CSS Variables */
:root {
--color-1: #ae9156;
--color-2: #73567b;
--color-3: #d9c4cd;
--color-4: #cda84c;
--color-5: #69557c;
}

Royal Plum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ae9156, #73567b, #d9c4cd, #cda84c, #69557c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ae9156, #73567b, #d9c4cd, #cda84c, #69557c);
}

Royal Plum color palette created on .