Matrix Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Matrix Sunset palette
Matrix Sunset color palette CSS
/* CSS */
.color-1 {
color: #b05d54;
}
.color-2 {
color: #d7a488;
}
.color-3 {
color: #f4c79f;
}
.color-4 {
color: #f0e5b7;
}
.color-5 {
color: #a6d8a7;
}
/* CSS Variables */
:root {
--color-1: #b05d54;
--color-2: #d7a488;
--color-3: #f4c79f;
--color-4: #f0e5b7;
--color-5: #a6d8a7;
}
Matrix Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05d54, #d7a488, #f4c79f, #f0e5b7, #a6d8a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05d54, #d7a488, #f4c79f, #f0e5b7, #a6d8a7);
}
Similar color palettes
Matrix Sunset color palette created on .