Swan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Swan palette

Share this palette to:

Swan color palette CSS

/* CSS */
.color-1 {
color: #f6e3d5;
}
.color-2 {
color: #e9b5a5;
}
.color-3 {
color: #efa9b2;
}
.color-4 {
color: #f4b8d5;
}
.color-5 {
color: #fce3e6;
}

/* CSS Variables */
:root {
--color-1: #f6e3d5;
--color-2: #e9b5a5;
--color-3: #efa9b2;
--color-4: #f4b8d5;
--color-5: #fce3e6;
}

Swan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e3d5, #e9b5a5, #efa9b2, #f4b8d5, #fce3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e3d5, #e9b5a5, #efa9b2, #f4b8d5, #fce3e6);
}

Swan color palette created on .