Sushi Celebration Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sushi Celebration Delight palette

Condividi questa palette a:

tavolozza dei colori Sushi Celebration Delight CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ff3d33;
}
.color-4 {
color: #f44e8d;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff5e00;
--color-3: #ff3d33;
--color-4: #f44e8d;
--color-5: #9b58b6;
}

CSS con gradiente di sfondo Sushi Celebration Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff5e00, #ff3d33, #f44e8d, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff5e00, #ff3d33, #f44e8d, #9b58b6);
}

Sushi Celebration Delight color palette created on .