Blue Mobius Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Mobius palette
Blue Mobius color palette CSS
/* CSS */
.color-1 {
color: #5d9bd5;
}
.color-2 {
color: #73c5e8;
}
.color-3 {
color: #a9e1f4;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #5d9bd5;
--color-2: #73c5e8;
--color-3: #a9e1f4;
--color-4: #ffb84d;
--color-5: #ff6e61;
}
Blue Mobius background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d9bd5, #73c5e8, #a9e1f4, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d9bd5, #73c5e8, #a9e1f4, #ffb84d, #ff6e61);
}
Similar color palettes
- Blue Book
- Whimsical Serenity
- Oceanic Breeze
- Petals of Hanako
- Shades of Purple
- Shades of Purple
- Dark Purple Shades
- Whispering Twilight
- Whispering Twilight
- Pink and Blue Harmony
- Celestial Harmony
- Blue Jean Breeze
- Oceanic Sunset
- Serene Disquiet
- Light Blue Sea Goddess
- Serenade of the Sea
- Whimsical Serenity
- Dark Blue Interface
Blue Mobius color palette created on .