Shogatsu Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shogatsu palette

Share this palette to:

Shogatsu color palette PNG image

Download shogatsu color palette PNG image (landscape)
Download shogatsu color palette PNG image (square)

Shogatsu color palette CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9e3b4;
}
.color-3 {
color: #f94346;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #277ca0;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9e3b4;
--color-3: #f94346;
--color-4: #91be6f;
--color-5: #277ca0;
}

Shogatsu background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9e3b4, #f94346, #91be6f, #277ca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9e3b4, #f94346, #91be6f, #277ca0);
}

Shogatsu color palette created on .