Noble Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Noble Embrace palette

Share this palette to:

Noble Embrace color palette CSS

/* CSS */
.color-1 {
color: #b6af9a;
}
.color-2 {
color: #afaf8e;
}
.color-3 {
color: #8aad8b;
}
.color-4 {
color: #6b8e6b;
}
.color-5 {
color: #3a5949;
}

/* CSS Variables */
:root {
--color-1: #b6af9a;
--color-2: #afaf8e;
--color-3: #8aad8b;
--color-4: #6b8e6b;
--color-5: #3a5949;
}

Noble Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6af9a, #afaf8e, #8aad8b, #6b8e6b, #3a5949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6af9a, #afaf8e, #8aad8b, #6b8e6b, #3a5949);
}

Noble Embrace color palette created on .