Sakura Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sakura Serenade palette

Share this palette to:

Sakura Serenade color palette CSS

/* CSS */
.color-1 {
color: #ffb3d1;
}
.color-2 {
color: #ff66b3;
}
.color-3 {
color: #ff4d94;
}
.color-4 {
color: #ff1a71;
}
.color-5 {
color: #ff0066;
}

/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff66b3;
--color-3: #ff4d94;
--color-4: #ff1a71;
--color-5: #ff0066;
}

Sakura Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff66b3, #ff4d94, #ff1a71, #ff0066);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff66b3, #ff4d94, #ff1a71, #ff0066);
}

Sakura Serenade color palette created on .