Cosmic Stardust Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Stardust Dream palette

Share this palette to:

Cosmic Stardust Dream color palette CSS

/* CSS */
.color-1 {
color: #5d40d4;
}
.color-2 {
color: #a74bc3;
}
.color-3 {
color: #f67e7e;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #5d40d4;
--color-2: #a74bc3;
--color-3: #f67e7e;
--color-4: #f9c54e;
--color-5: #f6e48e;
}

Cosmic Stardust Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d40d4, #a74bc3, #f67e7e, #f9c54e, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d40d4, #a74bc3, #f67e7e, #f9c54e, #f6e48e);
}

Cosmic Stardust Dream color palette created on .