Pink Sweettooth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sweettooth palette
Pink Sweettooth color palette CSS
/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f39f9b;
}
.color-3 {
color: #f4c59f;
}
.color-4 {
color: #fae99e;
}
.color-5 {
color: #fef5b4;
}
/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f39f9b;
--color-3: #f4c59f;
--color-4: #fae99e;
--color-5: #fef5b4;
}
Pink Sweettooth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f39f9b, #f4c59f, #fae99e, #fef5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f39f9b, #f4c59f, #fae99e, #fef5b4);
}
Similar color palettes
Pink Sweettooth color palette created on .