Cyn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyn palette

Share this palette to:

Cyn color palette PNG image

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

Cyn color palette CSS

/* CSS */
.color-1 {
color: #ba8b6d;
}
.color-2 {
color: #e6ad99;
}
.color-3 {
color: #eec9ba;
}
.color-4 {
color: #eda950;
}
.color-5 {
color: #e98935;
}

/* CSS Variables */
:root {
--color-1: #ba8b6d;
--color-2: #e6ad99;
--color-3: #eec9ba;
--color-4: #eda950;
--color-5: #e98935;
}

Cyn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba8b6d, #e6ad99, #eec9ba, #eda950, #e98935);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba8b6d, #e6ad99, #eec9ba, #eda950, #e98935);
}

Cyn color palette created on .