Colorful Nova Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Nova palette
Colorful Nova color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ea3b4;
}
.color-3 {
color: #b6d7e2;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ea3b4;
--color-3: #b6d7e2;
--color-4: #f4cf3e;
--color-5: #e74d3c;
}
Colorful Nova background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ea3b4, #b6d7e2, #f4cf3e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ea3b4, #b6d7e2, #f4cf3e, #e74d3c);
}
Similar color palettes
Colorful Nova color palette created on .