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