Peaceful Coffee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peaceful Coffee palette

このパレットを共有する先:

Peaceful Coffee カラーパレット 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 の背景のグラデーション 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);
}

Peaceful Coffee color palette created on .