AB Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with AB palette
AB color palette PNG image
AB color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f9c29f;
}
.color-3 {
color: #f9d39f;
}
.color-4 {
color: #f6e1a2;
}
.color-5 {
color: #9fdef9;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f9c29f;
--color-3: #f9d39f;
--color-4: #f6e1a2;
--color-5: #9fdef9;
}
AB background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f9c29f, #f9d39f, #f6e1a2, #9fdef9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f9c29f, #f9d39f, #f6e1a2, #9fdef9);
}
Similar color palettes
AB color palette created on .