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