Tsugumi Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tsugumi Blossom palette

Share this palette to:

Tsugumi Blossom color palette CSS

/* CSS */
.color-1 {
color: #e6b4f3;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #f6d12c;
}
.color-4 {
color: #4c9e7c;
}
.color-5 {
color: #1e3a57;
}

/* CSS Variables */
:root {
--color-1: #e6b4f3;
--color-2: #ff8052;
--color-3: #f6d12c;
--color-4: #4c9e7c;
--color-5: #1e3a57;
}

Tsugumi Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b4f3, #ff8052, #f6d12c, #4c9e7c, #1e3a57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b4f3, #ff8052, #f6d12c, #4c9e7c, #1e3a57);
}

Tsugumi Blossom color palette created on .