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