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