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