Cosmic Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cosmic Blue Color Palette (PNG)
Cosmic Blue color palette CSS
/* CSS */
.color-1 {
color: #5d6cc0;
}
.color-2 {
color: #ab47bd;
}
.color-3 {
color: #ff8a66;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--color-1: #5d6cc0;
--color-2: #ab47bd;
--color-3: #ff8a66;
--color-4: #ffd54d;
--color-5: #4eb7ac;
}
Cosmic Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6cc0, #ab47bd, #ff8a66, #ffd54d, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6cc0, #ab47bd, #ff8a66, #ffd54d, #4eb7ac);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Cosmic Blue color palette created on .