Lira's Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lira's Serenade palette

このパレットを共有する先:

Lira's Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f1e58e;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #3a9c8f;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f1e58e;
--color-3: #a3d55d;
--color-4: #6ccb79;
--color-5: #3a9c8f;
}

Lira's Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f1e58e, #a3d55d, #6ccb79, #3a9c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f1e58e, #a3d55d, #6ccb79, #3a9c8f);
}

Lira's Serenade color palette created on .