Silas' Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Silas' Serenity palette

Condividi questa palette a:

tavolozza dei colori Silas' Serenity CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6d241;
}
.color-3 {
color: #afe9c2;
}
.color-4 {
color: #7fb3d2;
}
.color-5 {
color: #3e5c98;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6d241;
--color-3: #afe9c2;
--color-4: #7fb3d2;
--color-5: #3e5c98;
}

CSS con gradiente di sfondo Silas' Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6d241, #afe9c2, #7fb3d2, #3e5c98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6d241, #afe9c2, #7fb3d2, #3e5c98);
}

Silas' Serenity color palette created on .