Blue Loft Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Loft palette
Blue Loft color palette CSS
/* CSS */
.color-1 {
color: #e4b5a0;
}
.color-2 {
color: #d1c5d3;
}
.color-3 {
color: #a4b3d6;
}
.color-4 {
color: #4d8989;
}
.color-5 {
color: #3c6d6d;
}
/* CSS Variables */
:root {
--color-1: #e4b5a0;
--color-2: #d1c5d3;
--color-3: #a4b3d6;
--color-4: #4d8989;
--color-5: #3c6d6d;
}
Blue Loft background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b5a0, #d1c5d3, #a4b3d6, #4d8989, #3c6d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b5a0, #d1c5d3, #a4b3d6, #4d8989, #3c6d6d);
}
Similar color palettes
Blue Loft color palette created on .