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: #fbcb2d;
}
.color-3 {
color: #fce57e;
}
.color-4 {
color: #f7b84b;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #fb9f28;
--color-2: #fbcb2d;
--color-3: #fce57e;
--color-4: #f7b84b;
--color-5: #e77e23;
}

Sea Buckthorn Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb9f28, #fbcb2d, #fce57e, #f7b84b, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb9f28, #fbcb2d, #fce57e, #f7b84b, #e77e23);
}

Sea Buckthorn Sunshine color palette created on .