Actias Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Actias palette

Share this palette to:

Actias color palette CSS

/* CSS */
.color-1 {
color: #a7c8d3;
}
.color-2 {
color: #d5b9d4;
}
.color-3 {
color: #d9a6c6;
}
.color-4 {
color: #f5a3a3;
}
.color-5 {
color: #f9e47b;
}

/* CSS Variables */
:root {
--color-1: #a7c8d3;
--color-2: #d5b9d4;
--color-3: #d9a6c6;
--color-4: #f5a3a3;
--color-5: #f9e47b;
}

Actias background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8d3, #d5b9d4, #d9a6c6, #f5a3a3, #f9e47b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8d3, #d5b9d4, #d9a6c6, #f5a3a3, #f9e47b);
}

Actias color palette created on .