Gentle Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Blue palette
Gentle Blue color palette CSS
/* CSS */
.color-1 {
color: #7a8dcd;
}
.color-2 {
color: #9eb5e0;
}
.color-3 {
color: #b7d5f0;
}
.color-4 {
color: #e1b7e0;
}
.color-5 {
color: #d1c0e7;
}
/* CSS Variables */
:root {
--color-1: #7a8dcd;
--color-2: #9eb5e0;
--color-3: #b7d5f0;
--color-4: #e1b7e0;
--color-5: #d1c0e7;
}
Gentle Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8dcd, #9eb5e0, #b7d5f0, #e1b7e0, #d1c0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8dcd, #9eb5e0, #b7d5f0, #e1b7e0, #d1c0e7);
}
Similar color palettes
Gentle Blue color palette created on .