Fatima Sylla Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fatima Sylla palette

Share this palette to:

Download Fatima Sylla Color Palette (PNG)

Download fatima sylla color palette PNG image (landscape)
Download fatima sylla color palette PNG image (square)

Fatima Sylla color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f9d29f;
}
.color-3 {
color: #f3eba0;
}
.color-4 {
color: #a1da8b;
}
.color-5 {
color: #6cb8e4;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9d29f;
--color-3: #f3eba0;
--color-4: #a1da8b;
--color-5: #6cb8e4;
}

Fatima Sylla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9d29f, #f3eba0, #a1da8b, #6cb8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9d29f, #f3eba0, #a1da8b, #6cb8e4);
}

Fatima Sylla color palette created on .