Bambiraptor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bambiraptor palette
Bambiraptor color palette PNG image
Bambiraptor color palette CSS
/* CSS */
.color-1 {
color: #d2b19d;
}
.color-2 {
color: #a25b49;
}
.color-3 {
color: #7d363a;
}
.color-4 {
color: #4b2a34;
}
.color-5 {
color: #2f1d26;
}
/* CSS Variables */
:root {
--color-1: #d2b19d;
--color-2: #a25b49;
--color-3: #7d363a;
--color-4: #4b2a34;
--color-5: #2f1d26;
}
Bambiraptor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b19d, #a25b49, #7d363a, #4b2a34, #2f1d26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b19d, #a25b49, #7d363a, #4b2a34, #2f1d26);
}
Similar color palettes
Bambiraptor color palette created on .