Dreamy Sakura Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Sakura palette

Share this palette to:

Dreamy Sakura color palette CSS

/* CSS */
.color-1 {
color: #f2a6b0;
}
.color-2 {
color: #f0c1e1;
}
.color-3 {
color: #e8c8f4;
}
.color-4 {
color: #b1c8e7;
}
.color-5 {
color: #8bc7e5;
}

/* CSS Variables */
:root {
--color-1: #f2a6b0;
--color-2: #f0c1e1;
--color-3: #e8c8f4;
--color-4: #b1c8e7;
--color-5: #8bc7e5;
}

Dreamy Sakura background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6b0, #f0c1e1, #e8c8f4, #b1c8e7, #8bc7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6b0, #f0c1e1, #e8c8f4, #b1c8e7, #8bc7e5);
}

Dreamy Sakura color palette created on .