Sweet Sakura Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Sakura Dreams palette
Sweet Sakura Dreams color palette CSS
/* CSS */
.color-1 {
color: #945162;
}
.color-2 {
color: #914050;
}
.color-3 {
color: #8e2f40;
}
.color-4 {
color: #8b1d30;
}
.color-5 {
color: #7e252c;
}
/* CSS Variables */
:root {
--color-1: #945162;
--color-2: #914050;
--color-3: #8e2f40;
--color-4: #8b1d30;
--color-5: #7e252c;
}
Sweet Sakura Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #945162, #914050, #8e2f40, #8b1d30, #7e252c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #945162, #914050, #8e2f40, #8b1d30, #7e252c);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Sweet Sakura Dreams color palette created on .