Sea Buckthorn Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sea Buckthorn Sunrise palette

このパレットを共有する先:

Sea Buckthorn Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #fb9f28;
}
.color-2 {
color: #f6a728;
}
.color-3 {
color: #f0c24c;
}
.color-4 {
color: #e6a84c;
}
.color-5 {
color: #d89c2c;
}

/* CSS Variables */
:root {
--color-1: #fb9f28;
--color-2: #f6a728;
--color-3: #f0c24c;
--color-4: #e6a84c;
--color-5: #d89c2c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb9f28, #f6a728, #f0c24c, #e6a84c, #d89c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb9f28, #f6a728, #f0c24c, #e6a84c, #d89c2c);
}

Sea Buckthorn Sunrise color palette created on .