Biscuits カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Biscuits palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Biscuits カラーパレット (PNG) をダウンロード
Biscuits カラーパレット CSS
/* CSS */
.color-1 {
color: #dac9a0;
}
.color-2 {
color: #e0b58a;
}
.color-3 {
color: #e3a66d;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d68b5c;
}
/* CSS Variables */
:root {
--color-1: #dac9a0;
--color-2: #e0b58a;
--color-3: #e3a66d;
--color-4: #f0a800;
--color-5: #d68b5c;
}
Biscuits の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac9a0, #e0b58a, #e3a66d, #f0a800, #d68b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac9a0, #e0b58a, #e3a66d, #f0a800, #d68b5c);
}
似たようなカラーパレット
Biscuits color palette created on .