Pelican Damots Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pelican Damots palette
Pelican Damots color palette PNG image
Pelican Damots color palette CSS
/* CSS */
.color-1 {
color: #bc6b20;
}
.color-2 {
color: #c68039;
}
.color-3 {
color: #b0978d;
}
.color-4 {
color: #5c5242;
}
.color-5 {
color: #352b27;
}
/* CSS Variables */
:root {
--color-1: #bc6b20;
--color-2: #c68039;
--color-3: #b0978d;
--color-4: #5c5242;
--color-5: #352b27;
}
Pelican Damots background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bc6b20, #c68039, #b0978d, #5c5242, #352b27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bc6b20, #c68039, #b0978d, #5c5242, #352b27);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Pelican Damots color palette created on .