Sakura Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sakura Serenity palette
Sakura Serenity color palette CSS
/* CSS */
.color-1 {
color: #b8d99b;
}
.color-2 {
color: #4e3b31;
}
.color-3 {
color: #f6b6d3;
}
.color-4 {
color: #e7c8b1;
}
.color-5 {
color: #e6a2a2;
}
/* CSS Variables */
:root {
--color-1: #b8d99b;
--color-2: #4e3b31;
--color-3: #f6b6d3;
--color-4: #e7c8b1;
--color-5: #e6a2a2;
}
Sakura Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d99b, #4e3b31, #f6b6d3, #e7c8b1, #e6a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d99b, #4e3b31, #f6b6d3, #e7c8b1, #e6a2a2);
}
Similar color palettes
Sakura Serenity color palette created on .