Royal Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Bliss palette
Color Inspiration
Images that showcase this color palette in real designs
Download Royal Bliss Color Palette (PNG)
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);
}
Similar color palettes
Royal Bliss color palette created on .