Meteorite Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Meteorite Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Meteorite Dream Color Palette (PNG)
Meteorite Dream color palette CSS
/* CSS */
.color-1 {
color: #3c1f75;
}
.color-2 {
color: #5b3c8b;
}
.color-3 {
color: #7e5e9c;
}
.color-4 {
color: #a77ba0;
}
.color-5 {
color: #e4b9c4;
}
/* CSS Variables */
:root {
--color-1: #3c1f75;
--color-2: #5b3c8b;
--color-3: #7e5e9c;
--color-4: #a77ba0;
--color-5: #e4b9c4;
}
Meteorite Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1f75, #5b3c8b, #7e5e9c, #a77ba0, #e4b9c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1f75, #5b3c8b, #7e5e9c, #a77ba0, #e4b9c4);
}
Similar color palettes
Meteorite Dream color palette created on .