Sakura Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sakura Serenity palette

Share this palette to:

Sakura Serenity color palette CSS

/* CSS */
.color-1 {
color: #b3c99c;
}
.color-2 {
color: #d72d4c;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #7cb342;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #b3c99c;
--color-2: #d72d4c;
--color-3: #f0e78e;
--color-4: #7cb342;
--color-5: #ff6e61;
}

Sakura Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c99c, #d72d4c, #f0e78e, #7cb342, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c99c, #d72d4c, #f0e78e, #7cb342, #ff6e61);
}

Sakura Serenity color palette created on .