Sea Buckthorn Sunshine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sea Buckthorn Sunshine palette
Sea Buckthorn Sunshine カラーパレット CSS
/* CSS */
.color-1 {
color: #fb9f28;
}
.color-2 {
color: #f8c359;
}
.color-3 {
color: #f1e28e;
}
.color-4 {
color: #b4d85f;
}
.color-5 {
color: #6dae47;
}
/* CSS Variables */
:root {
--color-1: #fb9f28;
--color-2: #f8c359;
--color-3: #f1e28e;
--color-4: #b4d85f;
--color-5: #6dae47;
}
Sea Buckthorn Sunshine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb9f28, #f8c359, #f1e28e, #b4d85f, #6dae47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb9f28, #f8c359, #f1e28e, #b4d85f, #6dae47);
}
似たようなカラーパレット
Sea Buckthorn Sunshine color palette created on .