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: #f5f5f0;
}
.color-2 {
color: #dac8b9;
}
.color-3 {
color: #b38d80;
}
.color-4 {
color: #8d5e5e;
}
.color-5 {
color: #6a4e4e;
}

/* CSS Variables */
:root {
--color-1: #f5f5f0;
--color-2: #dac8b9;
--color-3: #b38d80;
--color-4: #8d5e5e;
--color-5: #6a4e4e;
}

Sakura Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f0, #dac8b9, #b38d80, #8d5e5e, #6a4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f0, #dac8b9, #b38d80, #8d5e5e, #6a4e4e);
}

Sakura Serenity color palette created on .