Adrian's Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Adrian's Harmony palette

Share this palette to:

Adrian's Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ea3b4;
}
.color-3 {
color: #f0cab2;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #da7c25;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ea3b4;
--color-3: #f0cab2;
--color-4: #f9d75d;
--color-5: #da7c25;
}

Adrian's Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ea3b4, #f0cab2, #f9d75d, #da7c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ea3b4, #f0cab2, #f9d75d, #da7c25);
}

Adrian's Harmony color palette created on .