Sisterly Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sisterly Serenade palette

Share this palette to:

Sisterly Serenade color palette CSS

/* CSS */
.color-1 {
color: #d4a1b5;
}
.color-2 {
color: #e6b2c5;
}
.color-3 {
color: #f7d5c5;
}
.color-4 {
color: #f3e8a0;
}
.color-5 {
color: #f0b75c;
}

/* CSS Variables */
:root {
--color-1: #d4a1b5;
--color-2: #e6b2c5;
--color-3: #f7d5c5;
--color-4: #f3e8a0;
--color-5: #f0b75c;
}

Sisterly Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a1b5, #e6b2c5, #f7d5c5, #f3e8a0, #f0b75c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a1b5, #e6b2c5, #f7d5c5, #f3e8a0, #f0b75c);
}

Sisterly Serenade color palette created on .