Sylye Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sylye palette

Share this palette to:

Sylye color palette PNG image

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

Sylye color palette 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;
}

Sylye background gradient CSS

/* 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 .