Café Comfort カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Café Comfort palette

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

Café Comfort カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e34;
}
.color-2 {
color: #7c5c4b;
}
.color-3 {
color: #a77c6c;
}
.color-4 {
color: #d0a890;
}
.color-5 {
color: #f1e0d0;
}

/* CSS Variables */
:root {
--color-1: #4c3e34;
--color-2: #7c5c4b;
--color-3: #a77c6c;
--color-4: #d0a890;
--color-5: #f1e0d0;
}

Café Comfort の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e34, #7c5c4b, #a77c6c, #d0a890, #f1e0d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e34, #7c5c4b, #a77c6c, #d0a890, #f1e0d0);
}

Café Comfort color palette created on .