Kamikaze Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kamikaze Sunset palette
Download Kamikaze Sunset Color Palette (PNG)
Kamikaze Sunset color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #f9a61f;
}
.color-3 {
color: #fcd44f;
}
.color-4 {
color: #c2e0ff;
}
.color-5 {
color: #76c8d5;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f9a61f;
--color-3: #fcd44f;
--color-4: #c2e0ff;
--color-5: #76c8d5;
}
Kamikaze Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f9a61f, #fcd44f, #c2e0ff, #76c8d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f9a61f, #fcd44f, #c2e0ff, #76c8d5);
}
Similar color palettes
Kamikaze Sunset color palette created on .