Sushi Celebration Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sushi Celebration Delight palette
Sushi Celebration Delight color palette CSS
/* CSS */
.color-1 {
color: #f9d2b9;
}
.color-2 {
color: #ffab6b;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #2a7976;
}
/* CSS Variables */
:root {
--color-1: #f9d2b9;
--color-2: #ffab6b;
--color-3: #ff6e61;
--color-4: #6ed4cf;
--color-5: #2a7976;
}
Sushi Celebration Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d2b9, #ffab6b, #ff6e61, #6ed4cf, #2a7976);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d2b9, #ffab6b, #ff6e61, #6ed4cf, #2a7976);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Sushi Celebration Delight color palette created on .