Royal Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Bliss palette

Share this palette to:

Download Royal Bliss Color Palette (PNG)

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

Royal Bliss color palette CSS

/* CSS */
.color-1 {
color: #354973;
}
.color-2 {
color: #ddb564;
}
.color-3 {
color: #f2d4d9;
}
.color-4 {
color: #84a3bd;
}
.color-5 {
color: #e5d3a4;
}

/* CSS Variables */
:root {
--color-1: #354973;
--color-2: #ddb564;
--color-3: #f2d4d9;
--color-4: #84a3bd;
--color-5: #e5d3a4;
}

Royal Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #354973, #ddb564, #f2d4d9, #84a3bd, #e5d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #354973, #ddb564, #f2d4d9, #84a3bd, #e5d3a4);
}

Royal Bliss color palette created on .