Pink Toodles Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Toodles palette
Pink Toodles color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d5b4d5;
}
.color-4 {
color: #d6e4ff;
}
.color-5 {
color: #9ec3ff;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d5b4d5;
--color-4: #d6e4ff;
--color-5: #9ec3ff;
}
Pink Toodles background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d5b4d5, #d6e4ff, #9ec3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d5b4d5, #d6e4ff, #9ec3ff);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Pink Toodles color palette created on .