Paleta de colores Toxic Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Toxic Serenity palette
CSS de la paleta de colores Toxic Serenity
/* CSS */
.color-1 {
color: #5fd3c4;
}
.color-2 {
color: #4dac8d;
}
.color-3 {
color: #3a786c;
}
.color-4 {
color: #f6a34c;
}
.color-5 {
color: #e05b2e;
}
/* CSS Variables */
:root {
--color-1: #5fd3c4;
--color-2: #4dac8d;
--color-3: #3a786c;
--color-4: #f6a34c;
--color-5: #e05b2e;
}
CSS del degradado de fondo Toxic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fd3c4, #4dac8d, #3a786c, #f6a34c, #e05b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fd3c4, #4dac8d, #3a786c, #f6a34c, #e05b2e);
}
Paletas de colores similares
Toxic Serenity color palette created on .