Peaceful Coffee Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peaceful Coffee palette
Peaceful Coffee color palette CSS
/* CSS */
.color-1 {
color: #c6b8a4;
}
.color-2 {
color: #a58f7e;
}
.color-3 {
color: #7c5a4b;
}
.color-4 {
color: #4b3d34;
}
.color-5 {
color: #f2e0cf;
}
/* CSS Variables */
:root {
--color-1: #c6b8a4;
--color-2: #a58f7e;
--color-3: #7c5a4b;
--color-4: #4b3d34;
--color-5: #f2e0cf;
}
Peaceful Coffee background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6b8a4, #a58f7e, #7c5a4b, #4b3d34, #f2e0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6b8a4, #a58f7e, #7c5a4b, #4b3d34, #f2e0cf);
}
Similar color palettes
Peaceful Coffee color palette created on .