Golden Bloomer カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Bloomer palette
Golden Bloomer カラーパレット CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3d8e;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #ffd942;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #ff6d2e;
--color-3: #ff3d8e;
--color-4: #f5a524;
--color-5: #ffd942;
}
Golden Bloomer の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #ff6d2e, #ff3d8e, #f5a524, #ffd942);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #ff6d2e, #ff3d8e, #f5a524, #ffd942);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Golden Bloomer color palette created on .