Soft Hanor Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Hanor palette

Share this palette to:

Soft Hanor color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f1cab1;
}
.color-3 {
color: #f9e1b4;
}
.color-4 {
color: #c7e2a1;
}
.color-5 {
color: #a1d6e3;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1cab1;
--color-3: #f9e1b4;
--color-4: #c7e2a1;
--color-5: #a1d6e3;
}

Soft Hanor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1cab1, #f9e1b4, #c7e2a1, #a1d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1cab1, #f9e1b4, #c7e2a1, #a1d6e3);
}

Soft Hanor color palette created on .