Sature Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sature palette
Sature color palette CSS
/* CSS */
.color-1 {
color: #2b294c;
}
.color-2 {
color: #5a3b68;
}
.color-3 {
color: #7f5483;
}
.color-4 {
color: #a94755;
}
.color-5 {
color: #d06139;
}
/* CSS Variables */
:root {
--color-1: #2b294c;
--color-2: #5a3b68;
--color-3: #7f5483;
--color-4: #a94755;
--color-5: #d06139;
}
Sature background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b294c, #5a3b68, #7f5483, #a94755, #d06139);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b294c, #5a3b68, #7f5483, #a94755, #d06139);
}
Similar color palettes
Sature color palette created on .