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: #a3c7e0;
}
.color-2 {
color: #f2b1b7;
}
.color-3 {
color: #f6d8a7;
}
.color-4 {
color: #e5a66c;
}
.color-5 {
color: #5d6c79;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f2b1b7;
--color-3: #f6d8a7;
--color-4: #e5a66c;
--color-5: #5d6c79;
}

Sakura Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f2b1b7, #f6d8a7, #e5a66c, #5d6c79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f2b1b7, #f6d8a7, #e5a66c, #5d6c79);
}

Sakura Serenity color palette created on .