Starlit Reverie Color Palette
Discover the beautiful Starlit Reverie color palette featuring port gore (#1c1e3f), chambray (#3d4f8a), ship cove (#6d7fba), regent st blue (#a3b9e0) and zircon (#f0f6ff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Starlit Reverie palette
💻 Starlit Reverie color palette CSS
/* CSS */
.color-1 {
color: #1c1e3f;
}
.color-2 {
color: #3d4f8a;
}
.color-3 {
color: #6d7fba;
}
.color-4 {
color: #a3b9e0;
}
.color-5 {
color: #f0f6ff;
}
/* CSS Variables */
:root {
--color-1: #1c1e3f;
--color-2: #3d4f8a;
--color-3: #6d7fba;
--color-4: #a3b9e0;
--color-5: #f0f6ff;
} 🌈 Starlit Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3f, #3d4f8a, #6d7fba, #a3b9e0, #f0f6ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3f, #3d4f8a, #6d7fba, #a3b9e0, #f0f6ff);
} 🔗 Explore similar color palettes
Starlit Reverie color palette created on .