Cutecore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cutecore palette
Download Cutecore Color Palette (PNG)
Cutecore color palette CSS
/* CSS */
.color-1 {
color: #ffe5e8;
}
.color-2 {
color: #ffdfd6;
}
.color-3 {
color: #ffe5cc;
}
.color-4 {
color: #ffc1bd;
}
.color-5 {
color: #ffc7b8;
}
/* CSS Variables */
:root {
--color-1: #ffe5e8;
--color-2: #ffdfd6;
--color-3: #ffe5cc;
--color-4: #ffc1bd;
--color-5: #ffc7b8;
}
Cutecore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5e8, #ffdfd6, #ffe5cc, #ffc1bd, #ffc7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5e8, #ffdfd6, #ffe5cc, #ffc1bd, #ffc7b8);
}
Similar color palettes
Cutecore color palette created on .