Infested Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Infested Serenity palette

Condividi questa palette a:

tavolozza dei colori Infested Serenity CSS

/* CSS */
.color-1 {
color: #f2e8ba;
}
.color-2 {
color: #b7daaa;
}
.color-3 {
color: #7ebe7e;
}
.color-4 {
color: #3a9ad9;
}
.color-5 {
color: #f26969;
}

/* CSS Variables */
:root {
--color-1: #f2e8ba;
--color-2: #b7daaa;
--color-3: #7ebe7e;
--color-4: #3a9ad9;
--color-5: #f26969;
}

CSS con gradiente di sfondo Infested Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e8ba, #b7daaa, #7ebe7e, #3a9ad9, #f26969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e8ba, #b7daaa, #7ebe7e, #3a9ad9, #f26969);
}

Infested Serenity color palette created on .