Honey Bee カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Honey Bee palette
Honey Bee カラー パレット PNG 画像
Honey Bee カラーパレット CSS
/* CSS */
.color-1 {
color: #ffc20a;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #d68b00;
}
.color-4 {
color: #a35c00;
}
.color-5 {
color: #6b3e00;
}
/* CSS Variables */
:root {
--color-1: #ffc20a;
--color-2: #ffb300;
--color-3: #d68b00;
--color-4: #a35c00;
--color-5: #6b3e00;
}
Honey Bee の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc20a, #ffb300, #d68b00, #a35c00, #6b3e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc20a, #ffb300, #d68b00, #a35c00, #6b3e00);
}
似たようなカラーパレット
Honey Bee color palette created on .