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