Sylye Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sylye palette

Condividi questa palette a:

Scarica la tavolozza dei colori Sylye (PNG)

Download sylye color palette PNG image (landscape)
Download sylye color palette PNG image (square)

tavolozza dei colori Sylye CSS

/* CSS */
.color-1 {
color: #3c5090;
}
.color-2 {
color: #6b79b8;
}
.color-3 {
color: #a4b8e5;
}
.color-4 {
color: #f5d06b;
}
.color-5 {
color: #e37e2b;
}

/* CSS Variables */
:root {
--color-1: #3c5090;
--color-2: #6b79b8;
--color-3: #a4b8e5;
--color-4: #f5d06b;
--color-5: #e37e2b;
}

CSS con gradiente di sfondo Sylye

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5090, #6b79b8, #a4b8e5, #f5d06b, #e37e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5090, #6b79b8, #a4b8e5, #f5d06b, #e37e2b);
}

Sylye color palette created on .