Vibrant Nadwe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Nadwe palette
Vibrant Nadwe color palette CSS
/* CSS */
.color-1 {
color: #f7cf69;
}
.color-2 {
color: #f49f3e;
}
.color-3 {
color: #f26969;
}
.color-4 {
color: #c85b88;
}
.color-5 {
color: #6b4f7d;
}
/* CSS Variables */
:root {
--color-1: #f7cf69;
--color-2: #f49f3e;
--color-3: #f26969;
--color-4: #c85b88;
--color-5: #6b4f7d;
}
Vibrant Nadwe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cf69, #f49f3e, #f26969, #c85b88, #6b4f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cf69, #f49f3e, #f26969, #c85b88, #6b4f7d);
}
Similar color palettes
Vibrant Nadwe color palette created on .