Anti-Clockwise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Anti-Clockwise palette

Share this palette to:

Anti-Clockwise color palette PNG image

Download anti-clockwise color palette PNG image (landscape)
Download anti-clockwise color palette PNG image (square)

Anti-Clockwise color palette CSS

/* CSS */
.color-1 {
color: #805b8b;
}
.color-2 {
color: #b49cbf;
}
.color-3 {
color: #e2d6e6;
}
.color-4 {
color: #f4c29f;
}
.color-5 {
color: #fc997e;
}

/* CSS Variables */
:root {
--color-1: #805b8b;
--color-2: #b49cbf;
--color-3: #e2d6e6;
--color-4: #f4c29f;
--color-5: #fc997e;
}

Anti-Clockwise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #805b8b, #b49cbf, #e2d6e6, #f4c29f, #fc997e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #805b8b, #b49cbf, #e2d6e6, #f4c29f, #fc997e);
}

Anti-Clockwise color palette created on .