Sweet Sakura Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Sakura Dreams palette

Share this palette to:

Sweet Sakura Dreams color palette CSS

/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #f7c5d5;
}
.color-3 {
color: #f3e2ea;
}
.color-4 {
color: #e6c5e8;
}
.color-5 {
color: #d1a9e5;
}

/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #f7c5d5;
--color-3: #f3e2ea;
--color-4: #e6c5e8;
--color-5: #d1a9e5;
}

Sweet Sakura Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #f7c5d5, #f3e2ea, #e6c5e8, #d1a9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #f7c5d5, #f3e2ea, #e6c5e8, #d1a9e5);
}

Sweet Sakura Dreams color palette created on .