Nohr's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nohr's Embrace palette
Nohr's Embrace color palette PNG image
Nohr's Embrace color palette CSS
/* CSS */
.color-1 {
color: #0e101b;
}
.color-2 {
color: #1d2c3e;
}
.color-3 {
color: #335b71;
}
.color-4 {
color: #4d7e8f;
}
.color-5 {
color: #6a78a4;
}
/* CSS Variables */
:root {
--color-1: #0e101b;
--color-2: #1d2c3e;
--color-3: #335b71;
--color-4: #4d7e8f;
--color-5: #6a78a4;
}
Nohr's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e101b, #1d2c3e, #335b71, #4d7e8f, #6a78a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e101b, #1d2c3e, #335b71, #4d7e8f, #6a78a4);
}
Similar color palettes
Nohr's Embrace color palette created on .