Saqini Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Saqini palette
Saqini color palette PNG image
Saqini color palette CSS
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d6a4c2;
}
.color-3 {
color: #b88eb5;
}
.color-4 {
color: #a66e93;
}
.color-5 {
color: #704d7a;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d6a4c2;
--color-3: #b88eb5;
--color-4: #a66e93;
--color-5: #704d7a;
}
Saqini background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d6a4c2, #b88eb5, #a66e93, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d6a4c2, #b88eb5, #a66e93, #704d7a);
}
Similar color palettes
Scroll down to explore 80+ Pink color palettes
Saqini color palette created on .