Leona Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Leona palette
Leona color palette PNG image
Leona color palette CSS
/* CSS */
.color-1 {
color: #d9a6b7;
}
.color-2 {
color: #f4b8cf;
}
.color-3 {
color: #f9c6b4;
}
.color-4 {
color: #f7ebb0;
}
.color-5 {
color: #f7d99c;
}
/* CSS Variables */
:root {
--color-1: #d9a6b7;
--color-2: #f4b8cf;
--color-3: #f9c6b4;
--color-4: #f7ebb0;
--color-5: #f7d99c;
}
Leona background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a6b7, #f4b8cf, #f9c6b4, #f7ebb0, #f7d99c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a6b7, #f4b8cf, #f9c6b4, #f7ebb0, #f7d99c);
}
Similar color palettes
Leona color palette created on .