Grant Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grant palette
Grant color palette PNG image
Grant color palette CSS
/* CSS */
.color-1 {
color: #3a5078;
}
.color-2 {
color: #487393;
}
.color-3 {
color: #689cb6;
}
.color-4 {
color: #86acbb;
}
.color-5 {
color: #b9c5d0;
}
/* CSS Variables */
:root {
--color-1: #3a5078;
--color-2: #487393;
--color-3: #689cb6;
--color-4: #86acbb;
--color-5: #b9c5d0;
}
Grant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5078, #487393, #689cb6, #86acbb, #b9c5d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5078, #487393, #689cb6, #86acbb, #b9c5d0);
}
Similar color palettes
Grant color palette created on .