Anti Social Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Anti Social Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Anti Social Serenity Color Palette (PNG)
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);
}
Similar color palettes
Anti Social Serenity color palette created on .