Blue Merlin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Merlin palette
Blue Merlin color palette CSS
/* CSS */
.color-1 {
color: #6b809e;
}
.color-2 {
color: #a6bac9;
}
.color-3 {
color: #d5e3e7;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #6b809e;
--color-2: #a6bac9;
--color-3: #d5e3e7;
--color-4: #f2d6a1;
--color-5: #f4a462;
}
Blue Merlin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b809e, #a6bac9, #d5e3e7, #f2d6a1, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b809e, #a6bac9, #d5e3e7, #f2d6a1, #f4a462);
}
Similar color palettes
Blue Merlin color palette created on .