Komugi Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Komugi Blossom palette

Share this palette to:

Komugi Blossom color palette PNG image

Download komugi blossom color palette PNG image (landscape)
Download komugi blossom color palette PNG image (square)

Komugi Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7e6a1;
}
.color-2 {
color: #e6b85c;
}
.color-3 {
color: #d68a3d;
}
.color-4 {
color: #bf637d;
}
.color-5 {
color: #a36c8e;
}

/* CSS Variables */
:root {
--color-1: #f7e6a1;
--color-2: #e6b85c;
--color-3: #d68a3d;
--color-4: #bf637d;
--color-5: #a36c8e;
}

Komugi Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a1, #e6b85c, #d68a3d, #bf637d, #a36c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a1, #e6b85c, #d68a3d, #bf637d, #a36c8e);
}

Komugi Blossom color palette created on .