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