Sakura Sunset Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sakura Sunset Harmony palette

Share this palette to:

Sakura Sunset Harmony color palette PNG image

Download sakura sunset harmony color palette PNG image (landscape)
Download sakura sunset harmony color palette PNG image (square)

Sakura Sunset Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffefeb;
}
.color-2 {
color: #ffc7e9;
}
.color-3 {
color: #ffb3e8;
}
.color-4 {
color: #ff9eed;
}
.color-5 {
color: #9d80ff;
}

/* CSS Variables */
:root {
--color-1: #ffefeb;
--color-2: #ffc7e9;
--color-3: #ffb3e8;
--color-4: #ff9eed;
--color-5: #9d80ff;
}

Sakura Sunset Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffefeb, #ffc7e9, #ffb3e8, #ff9eed, #9d80ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffefeb, #ffc7e9, #ffb3e8, #ff9eed, #9d80ff);
}

Sakura Sunset Harmony color palette created on .