Copper Peach Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Copper Peach Blue palette
Copper Peach Blue color palette CSS
/* CSS */
.color-1 {
color: #d57d39;
}
.color-2 {
color: #f29f78;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #4d8ddb;
}
.color-5 {
color: #9b4b5c;
}
/* CSS Variables */
:root {
--color-1: #d57d39;
--color-2: #f29f78;
--color-3: #a3c7e0;
--color-4: #4d8ddb;
--color-5: #9b4b5c;
}
Copper Peach Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d57d39, #f29f78, #a3c7e0, #4d8ddb, #9b4b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d57d39, #f29f78, #a3c7e0, #4d8ddb, #9b4b5c);
}
Similar color palettes
Copper Peach Blue color palette created on .