Hina Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hina palette

Share this palette to:

Hina color palette CSS

/* CSS */
.color-1 {
color: #f8e2aa;
}
.color-2 {
color: #f4b6a9;
}
.color-3 {
color: #d68fb1;
}
.color-4 {
color: #a56f9b;
}
.color-5 {
color: #6c4b86;
}

/* CSS Variables */
:root {
--color-1: #f8e2aa;
--color-2: #f4b6a9;
--color-3: #d68fb1;
--color-4: #a56f9b;
--color-5: #6c4b86;
}

Hina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2aa, #f4b6a9, #d68fb1, #a56f9b, #6c4b86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2aa, #f4b6a9, #d68fb1, #a56f9b, #6c4b86);
}

Hina color palette created on .