Sylas Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sylas palette

Share this palette to:

Download Sylas Color Palette (PNG)

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

Sylas color palette CSS

/* CSS */
.color-1 {
color: #c3acbc;
}
.color-2 {
color: #c7cbb3;
}
.color-3 {
color: #e3b26d;
}
.color-4 {
color: #d26851;
}
.color-5 {
color: #e3c564;
}

/* CSS Variables */
:root {
--color-1: #c3acbc;
--color-2: #c7cbb3;
--color-3: #e3b26d;
--color-4: #d26851;
--color-5: #e3c564;
}

Sylas background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3acbc, #c7cbb3, #e3b26d, #d26851, #e3c564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3acbc, #c7cbb3, #e3b26d, #d26851, #e3c564);
}

Sylas color palette created on .