Ninja Sunset Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ninja Sunset Serenity palette
Ninja Sunset Serenity color palette CSS
/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #e57e2a;
}
.color-3 {
color: #d1b04d;
}
.color-4 {
color: #a2b84c;
}
.color-5 {
color: #70a9e6;
}
/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #e57e2a;
--color-3: #d1b04d;
--color-4: #a2b84c;
--color-5: #70a9e6;
}
Ninja Sunset Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #e57e2a, #d1b04d, #a2b84c, #70a9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #e57e2a, #d1b04d, #a2b84c, #70a9e6);
}
Similar color palettes
Ninja Sunset Serenity color palette created on .