Autumn Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumn Serenity palette

Condividi questa palette a:

tavolozza dei colori Autumn Serenity CSS

/* CSS */
.color-1 {
color: #f9a05d;
}
.color-2 {
color: #f1c1b6;
}
.color-3 {
color: #6a9bc8;
}
.color-4 {
color: #2d4f6c;
}
.color-5 {
color: #f7f6f2;
}

/* CSS Variables */
:root {
--color-1: #f9a05d;
--color-2: #f1c1b6;
--color-3: #6a9bc8;
--color-4: #2d4f6c;
--color-5: #f7f6f2;
}

CSS con gradiente di sfondo Autumn Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a05d, #f1c1b6, #6a9bc8, #2d4f6c, #f7f6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a05d, #f1c1b6, #6a9bc8, #2d4f6c, #f7f6f2);
}

Autumn Serenity color palette created on .