Sunset Akira Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Akira palette
Sunset Akira color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #f4c95d;
}
.color-4 {
color: #a5d86f;
}
.color-5 {
color: #6cc0e4;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d5c;
--color-3: #f4c95d;
--color-4: #a5d86f;
--color-5: #6cc0e4;
}
Sunset Akira background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d5c, #f4c95d, #a5d86f, #6cc0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d5c, #f4c95d, #a5d86f, #6cc0e4);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Sunset Akira color palette created on .