Caffeinated Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caffeinated Horizon palette

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

Caffeinated Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3c2a;
}
.color-2 {
color: #a35c29;
}
.color-3 {
color: #ebb07f;
}
.color-4 {
color: #c9c1b1;
}
.color-5 {
color: #594a4c;
}

/* CSS Variables */
:root {
--color-1: #4b3c2a;
--color-2: #a35c29;
--color-3: #ebb07f;
--color-4: #c9c1b1;
--color-5: #594a4c;
}

Caffeinated Horizon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2a, #a35c29, #ebb07f, #c9c1b1, #594a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2a, #a35c29, #ebb07f, #c9c1b1, #594a4c);
}

Caffeinated Horizon color palette created on .