Acostmic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Acostmic palette
Acostmic color palette PNG image
Acostmic color palette CSS
/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4a2b91;
}
.color-3 {
color: #7f3ea8;
}
.color-4 {
color: #b65daf;
}
.color-5 {
color: #f4a4d7;
}
/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4a2b91;
--color-3: #7f3ea8;
--color-4: #b65daf;
--color-5: #f4a4d7;
}
Acostmic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4a2b91, #7f3ea8, #b65daf, #f4a4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4a2b91, #7f3ea8, #b65daf, #f4a4d7);
}
Similar color palettes
Scroll down to explore 1000+ colors.cosmic color palettes
Acostmic color palette created on .