Arthurian Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Arthurian Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Arthurian Dreams Color Palette (PNG)
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);
}
Similar color palettes
Arthurian Dreams color palette created on .