Blue Letter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Letter palette
Blue Letter color palette CSS
/* CSS */
.color-1 {
color: #f99f3e;
}
.color-2 {
color: #f3d77c;
}
.color-3 {
color: #a2c3d2;
}
.color-4 {
color: #6c8c93;
}
.color-5 {
color: #394a5b;
}
/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f3d77c;
--color-3: #a2c3d2;
--color-4: #6c8c93;
--color-5: #394a5b;
}
Blue Letter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f3d77c, #a2c3d2, #6c8c93, #394a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f3d77c, #a2c3d2, #6c8c93, #394a5b);
}
Similar color palettes
Blue Letter color palette created on .