Kamikaze Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kamikaze Sunrise palette
Kamikaze Sunrise color palette CSS
/* CSS */
.color-1 {
color: #d65e2e;
}
.color-2 {
color: #f0a64c;
}
.color-3 {
color: #f1d579;
}
.color-4 {
color: #a2b87a;
}
.color-5 {
color: #56c2c0;
}
/* CSS Variables */
:root {
--color-1: #d65e2e;
--color-2: #f0a64c;
--color-3: #f1d579;
--color-4: #a2b87a;
--color-5: #56c2c0;
}
Kamikaze Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65e2e, #f0a64c, #f1d579, #a2b87a, #56c2c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65e2e, #f0a64c, #f1d579, #a2b87a, #56c2c0);
}
Similar color palettes
Kamikaze Sunrise color palette created on .