Cosmic Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Blue palette
Cosmic Blue color palette CSS
/* CSS */
.color-1 {
color: #8a2ce2;
}
.color-2 {
color: #5e71b5;
}
.color-3 {
color: #4eb1a6;
}
.color-4 {
color: #f2e5ba;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #8a2ce2;
--color-2: #5e71b5;
--color-3: #4eb1a6;
--color-4: #f2e5ba;
--color-5: #ffb84d;
}
Cosmic Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a2ce2, #5e71b5, #4eb1a6, #f2e5ba, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a2ce2, #5e71b5, #4eb1a6, #f2e5ba, #ffb84d);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Cosmic Blue color palette created on .