Sushi Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sushi Sunset palette

Share this palette to:

Sushi Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffb4a3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #6d767e;
}

/* CSS Variables */
:root {
--color-1: #ffb4a3;
--color-2: #ff6e61;
--color-3: #f7c5a6;
--color-4: #ffcb5c;
--color-5: #6d767e;
}

Sushi Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb4a3, #ff6e61, #f7c5a6, #ffcb5c, #6d767e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb4a3, #ff6e61, #f7c5a6, #ffcb5c, #6d767e);
}

Sushi Sunset color palette created on .