Matrix Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Matrix Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Matrix Sunset Color Palette (PNG)
Matrix Sunset color palette CSS
/* CSS */
.color-1 {
color: #b05d54;
}
.color-2 {
color: #e69e5c;
}
.color-3 {
color: #f6e0b6;
}
.color-4 {
color: #7cc5b3;
}
.color-5 {
color: #4ba0ce;
}
/* CSS Variables */
:root {
--color-1: #b05d54;
--color-2: #e69e5c;
--color-3: #f6e0b6;
--color-4: #7cc5b3;
--color-5: #4ba0ce;
}
Matrix Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05d54, #e69e5c, #f6e0b6, #7cc5b3, #4ba0ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05d54, #e69e5c, #f6e0b6, #7cc5b3, #4ba0ce);
}
Similar color palettes
Scroll down to explore 2 Rustic color palettes
Matrix Sunset color palette created on .