Null Color Palette
Discover the beautiful Null color palette featuring albescent white (#f2e3c5), tonys pink (#e8b09c), new york pink (#d78e7f), fuzzy wuzzy brown (#c6605d) and night shadz (#a7394c).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Null palette
๐ป Null color palette CSS
/* CSS */
.color-1 {
color: #f2e3c5;
}
.color-2 {
color: #e8b09c;
}
.color-3 {
color: #d78e7f;
}
.color-4 {
color: #c6605d;
}
.color-5 {
color: #a7394c;
}
/* CSS Variables */
:root {
--color-1: #f2e3c5;
--color-2: #e8b09c;
--color-3: #d78e7f;
--color-4: #c6605d;
--color-5: #a7394c;
} ๐ Null background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e3c5, #e8b09c, #d78e7f, #c6605d, #a7394c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e3c5, #e8b09c, #d78e7f, #c6605d, #a7394c);
} ๐ Explore similar color palettes
Null color palette created on .