Starstruck Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starstruck palette
Starstruck color palette PNG image
Starstruck color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #5d89b1;
}
.color-3 {
color: #8fbfdb;
}
.color-4 {
color: #f3e8a0;
}
.color-5 {
color: #f08c00;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #5d89b1;
--color-3: #8fbfdb;
--color-4: #f3e8a0;
--color-5: #f08c00;
}
Starstruck background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #5d89b1, #8fbfdb, #f3e8a0, #f08c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #5d89b1, #8fbfdb, #f3e8a0, #f08c00);
}
Similar color palettes
Starstruck color palette created on .