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