Arthurian Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Arthurian Dreams palette

Share this palette to:

Arthurian Dreams color palette PNG image

Download arthurian dreams color palette PNG image (landscape)
Download arthurian dreams color palette PNG image (square)

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);
}

Arthurian Dreams color palette created on .