Blue Chocolate Biscuit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Chocolate Biscuit palette

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

Blue Chocolate Biscuit カラーパレット CSS

/* CSS */
.color-1 {
color: #966d64;
}
.color-2 {
color: #aa756e;
}
.color-3 {
color: #d3ba9c;
}
.color-4 {
color: #aecff4;
}
.color-5 {
color: #84aceb;
}

/* CSS Variables */
:root {
--color-1: #966d64;
--color-2: #aa756e;
--color-3: #d3ba9c;
--color-4: #aecff4;
--color-5: #84aceb;
}

Blue Chocolate Biscuit の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #966d64, #aa756e, #d3ba9c, #aecff4, #84aceb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #966d64, #aa756e, #d3ba9c, #aecff4, #84aceb);
}

Blue Chocolate Biscuit color palette created on .