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