Kamikaze Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kamikaze Sunset palette

Share this palette to:

Kamikaze Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffd83d;
}
.color-3 {
color: #4ccdc4;
}
.color-4 {
color: #1a3d33;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffd83d;
--color-3: #4ccdc4;
--color-4: #1a3d33;
--color-5: #f7b5a1;
}

Kamikaze Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffd83d, #4ccdc4, #1a3d33, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffd83d, #4ccdc4, #1a3d33, #f7b5a1);
}

Kamikaze Sunset color palette created on .