Cosmic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cosmic Serenity palette
Cosmic Serenity color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #da71d7;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #da71d7;
--color-4: #ffb8c1;
--color-5: #ff6bb5;
}
Cosmic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #da71d7, #ffb8c1, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #da71d7, #ffb8c1, #ff6bb5);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Cosmic Serenity color palette created on .