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