Caffeine Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caffeine Dreams palette

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

Caffeine Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #c4a96e;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #e0b18f;
}
.color-4 {
color: #c85e37;
}
.color-5 {
color: #a45d2d;
}

/* CSS Variables */
:root {
--color-1: #c4a96e;
--color-2: #e8cca1;
--color-3: #e0b18f;
--color-4: #c85e37;
--color-5: #a45d2d;
}

Caffeine Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a96e, #e8cca1, #e0b18f, #c85e37, #a45d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a96e, #e8cca1, #e0b18f, #c85e37, #a45d2d);
}

Caffeine Dreams color palette created on .