Apricot & Cedarwood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Apricot & Cedarwood palette
Apricot & Cedarwood color palette PNG image
Apricot & Cedarwood color palette CSS
/* CSS */
.color-1 {
color: #f9ba9f;
}
.color-2 {
color: #d69b71;
}
.color-3 {
color: #d46b4e;
}
.color-4 {
color: #c65024;
}
.color-5 {
color: #a14c1b;
}
/* CSS Variables */
:root {
--color-1: #f9ba9f;
--color-2: #d69b71;
--color-3: #d46b4e;
--color-4: #c65024;
--color-5: #a14c1b;
}
Apricot & Cedarwood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ba9f, #d69b71, #d46b4e, #c65024, #a14c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ba9f, #d69b71, #d46b4e, #c65024, #a14c1b);
}
Similar color palettes
Scroll down to explore 1000+ Apricot color palettes
Apricot & Cedarwood color palette created on .