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