Cakeplayer101 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cakeplayer101 palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cakeplayer101 Color Palette (PNG)
Cakeplayer101 color palette CSS
/* CSS */
.color-1 {
color: #fad0b2;
}
.color-2 {
color: #f7bd87;
}
.color-3 {
color: #f7b06e;
}
.color-4 {
color: #ed895e;
}
.color-5 {
color: #e35959;
}
/* CSS Variables */
:root {
--color-1: #fad0b2;
--color-2: #f7bd87;
--color-3: #f7b06e;
--color-4: #ed895e;
--color-5: #e35959;
}
Cakeplayer101 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad0b2, #f7bd87, #f7b06e, #ed895e, #e35959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad0b2, #f7bd87, #f7b06e, #ed895e, #e35959);
}
Similar color palettes
Cakeplayer101 color palette created on .