Arthur's Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Arthur's Garden palette

Share this palette to:

Arthur's Garden color palette CSS

/* CSS */
.color-1 {
color: #f5b9a3;
}
.color-2 {
color: #f38e1b;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #8cd9a1;
}
.color-5 {
color: #2e5d8e;
}

/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f38e1b;
--color-3: #f5c400;
--color-4: #8cd9a1;
--color-5: #2e5d8e;
}

Arthur's Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f38e1b, #f5c400, #8cd9a1, #2e5d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f38e1b, #f5c400, #8cd9a1, #2e5d8e);
}

Arthur's Garden color palette created on .