Unity Day Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Unity Day palette
Download Unity Day Color Palette (PNG)
Unity Day color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #69bf9e;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69bf9e;
--color-3: #ffd900;
--color-4: #ffb84d;
--color-5: #e13e33;
}
Unity Day background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69bf9e, #ffd900, #ffb84d, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69bf9e, #ffd900, #ffb84d, #e13e33);
}
Similar color palettes
Scroll down to explore 1000+ Bright color palettes
Unity Day color palette created on .