Cakeplayer101 Color Palette
Discover the beautiful Cakeplayer101 color palette featuring apricot peach (#fad0b1), manhattan (#f7bc86), rajah (#f7b06d), burnt sienna (#ed895d) and mandy (#e35a59).
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 Cakeplayer101 palette
๐ป Cakeplayer101 color palette CSS
/* CSS */
.color-1 {
color: #fad0b1;
}
.color-2 {
color: #f7bc86;
}
.color-3 {
color: #f7b06d;
}
.color-4 {
color: #ed895d;
}
.color-5 {
color: #e35a59;
}
/* CSS Variables */
:root {
--color-1: #fad0b1;
--color-2: #f7bc86;
--color-3: #f7b06d;
--color-4: #ed895d;
--color-5: #e35a59;
} ๐ Cakeplayer101 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad0b1, #f7bc86, #f7b06d, #ed895d, #e35a59);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad0b1, #f7bc86, #f7b06d, #ed895d, #e35a59);
} ๐ Explore similar color palettes
Cakeplayer101 color palette created on .