Caffeinated Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caffeinated Elegance palette

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

Caffeinated Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #7a5e4d;
}
.color-2 {
color: #a76d58;
}
.color-3 {
color: #cfb08c;
}
.color-4 {
color: #e6cba8;
}
.color-5 {
color: #f3e0d8;
}

/* CSS Variables */
:root {
--color-1: #7a5e4d;
--color-2: #a76d58;
--color-3: #cfb08c;
--color-4: #e6cba8;
--color-5: #f3e0d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5e4d, #a76d58, #cfb08c, #e6cba8, #f3e0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5e4d, #a76d58, #cfb08c, #e6cba8, #f3e0d8);
}

Caffeinated Elegance color palette created on .