Artisan's Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Artisan's Delight palette

Share this palette to:

Artisan's Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9966;
}
.color-3 {
color: #ffd780;
}
.color-4 {
color: #8dd3c6;
}
.color-5 {
color: #509fc3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9966;
--color-3: #ffd780;
--color-4: #8dd3c6;
--color-5: #509fc3;
}

Artisan's Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9966, #ffd780, #8dd3c6, #509fc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9966, #ffd780, #8dd3c6, #509fc3);
}

Artisan's Delight color palette created on .