Cafe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cafe palette

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

Cafe カラーパレット CSS

/* CSS */
.color-1 {
color: #d0853e;
}
.color-2 {
color: #ae5c2d;
}
.color-3 {
color: #9c4221;
}
.color-4 {
color: #7a2e15;
}
.color-5 {
color: #5c2110;
}

/* CSS Variables */
:root {
--color-1: #d0853e;
--color-2: #ae5c2d;
--color-3: #9c4221;
--color-4: #7a2e15;
--color-5: #5c2110;
}

Cafe の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0853e, #ae5c2d, #9c4221, #7a2e15, #5c2110);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0853e, #ae5c2d, #9c4221, #7a2e15, #5c2110);
}

Cafe color palette created on .