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