Sun and Shadow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sun and Shadow palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Sun and Shadow カラーパレット (PNG) をダウンロード
Sun and Shadow カラーパレット CSS
/* CSS */
.color-1 {
color: #fdd835;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #e18066;
}
.color-4 {
color: #5f4035;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #fdd835;
--color-2: #ffb84d;
--color-3: #e18066;
--color-4: #5f4035;
--color-5: #000000;
}
Sun and Shadow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd835, #ffb84d, #e18066, #5f4035, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd835, #ffb84d, #e18066, #5f4035, #000000);
}
似たようなカラーパレット
Sun and Shadow color palette created on .