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