Royal Blossom Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Blossom Serenade palette

Share this palette to:

Royal Blossom Serenade color palette CSS

/* CSS */
.color-1 {
color: #f7b1c3;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #d5a6e7;
}
.color-4 {
color: #b4c6e9;
}
.color-5 {
color: #a1d7e8;
}

/* CSS Variables */
:root {
--color-1: #f7b1c3;
--color-2: #eab8e4;
--color-3: #d5a6e7;
--color-4: #b4c6e9;
--color-5: #a1d7e8;
}

Royal Blossom Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1c3, #eab8e4, #d5a6e7, #b4c6e9, #a1d7e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1c3, #eab8e4, #d5a6e7, #b4c6e9, #a1d7e8);
}

Royal Blossom Serenade color palette created on .