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: #f7bbd8;
}
.color-2 {
color: #f6a7b0;
}
.color-3 {
color: #f2a1c5;
}
.color-4 {
color: #e17ab3;
}
.color-5 {
color: #d66b89;
}
/* CSS Variables */
:root {
--color-1: #f7bbd8;
--color-2: #f6a7b0;
--color-3: #f2a1c5;
--color-4: #e17ab3;
--color-5: #d66b89;
}
Sakura Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7bbd8, #f6a7b0, #f2a1c5, #e17ab3, #d66b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7bbd8, #f6a7b0, #f2a1c5, #e17ab3, #d66b89);
}
Similar color palettes
Sakura Dreams color palette created on .