Arthurian Dreams Color Palette
Discover the beautiful Arthurian Dreams color palette featuring light wisteria (#c9a3d2), strikemaster (#a26d9a), wewak (#f1a8a2), goldenrod (#f9d86c) and sinbad (#a4d6c7).
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 Arthurian Dreams palette
💻 Arthurian Dreams color palette CSS
/* CSS */
.color-1 {
color: #c9a3d2;
}
.color-2 {
color: #a26d9a;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #a4d6c7;
}
/* CSS Variables */
:root {
--color-1: #c9a3d2;
--color-2: #a26d9a;
--color-3: #f1a8a2;
--color-4: #f9d86c;
--color-5: #a4d6c7;
}
🌈 Arthurian Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9a3d2, #a26d9a, #f1a8a2, #f9d86c, #a4d6c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9a3d2, #a26d9a, #f1a8a2, #f9d86c, #a4d6c7);
}
🔗 Explore similar color palettes
Arthurian Dreams color palette created on .