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