Colorful Six Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Six palette
Download Colorful Six Color Palette (PNG)
Colorful Six color palette CSS
/* CSS */
.color-1 {
color: #e9dde6;
}
.color-2 {
color: #e9afe6;
}
.color-3 {
color: #b4d9e9;
}
.color-4 {
color: #89b7ec;
}
.color-5 {
color: #68b4ed;
}
/* CSS Variables */
:root {
--color-1: #e9dde6;
--color-2: #e9afe6;
--color-3: #b4d9e9;
--color-4: #89b7ec;
--color-5: #68b4ed;
}
Colorful Six background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9dde6, #e9afe6, #b4d9e9, #89b7ec, #68b4ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9dde6, #e9afe6, #b4d9e9, #89b7ec, #68b4ed);
}
Similar color palettes
Scroll down to explore 80+ Pink color palettes
Colorful Six color palette created on .