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: #ffb3c1;
}
.color-2 {
color: #ff6bb5;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff99a1;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6bb5;
--color-3: #ff6e61;
--color-4: #ffadad;
--color-5: #ff99a1;
}
Sweet Sakura Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6bb5, #ff6e61, #ffadad, #ff99a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6bb5, #ff6e61, #ffadad, #ff99a1);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Sweet Sakura Dreams color palette created on .