Colorful Artistry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Artistry palette

Share this palette to:

Colorful Artistry color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d9c9a;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #e7a2ad;
}
.color-5 {
color: #4b7bec;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9c9a;
--color-3: #f7c94b;
--color-4: #e7a2ad;
--color-5: #4b7bec;
}

Colorful Artistry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9c9a, #f7c94b, #e7a2ad, #4b7bec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9c9a, #f7c94b, #e7a2ad, #4b7bec);
}

Colorful Artistry color palette created on .