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