Caramel Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Shades palette

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

Caramel Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #c48c4f;
}
.color-2 {
color: #d6b66b;
}
.color-3 {
color: #e4c390;
}
.color-4 {
color: #f2dba6;
}
.color-5 {
color: #e7b65a;
}

/* CSS Variables */
:root {
--color-1: #c48c4f;
--color-2: #d6b66b;
--color-3: #e4c390;
--color-4: #f2dba6;
--color-5: #e7b65a;
}

Caramel Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c48c4f, #d6b66b, #e4c390, #f2dba6, #e7b65a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c48c4f, #d6b66b, #e4c390, #f2dba6, #e7b65a);
}

Caramel Shades color palette created on .