Paleta de colores Anti Social Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Anti Social Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Anti Social Serenity

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

CSS de la paleta de colores Anti Social Serenity

/* 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;
}

CSS del degradado de fondo Anti Social Serenity

/* 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 .