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