Anti Social Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Anti Social Serenity palette

Share this palette to:

Anti Social Serenity color palette PNG image

Download anti social serenity color palette PNG image (landscape)
Download anti social serenity color palette PNG image (square)

Anti Social Serenity color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4c3c9a;
}
.color-3 {
color: #7f5fbf;
}
.color-4 {
color: #b28ed7;
}
.color-5 {
color: #e5b7f0;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c3c9a;
--color-3: #7f5fbf;
--color-4: #b28ed7;
--color-5: #e5b7f0;
}

Anti Social Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c3c9a, #7f5fbf, #b28ed7, #e5b7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c3c9a, #7f5fbf, #b28ed7, #e5b7f0);
}

Anti Social Serenity color palette created on .