Solar Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Solar Serenade palette

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

Solar Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #efd89a;
}
.color-2 {
color: #efc09a;
}
.color-3 {
color: #efa59a;
}
.color-4 {
color: #f291ba;
}
.color-5 {
color: #ef76c5;
}

/* CSS Variables */
:root {
--color-1: #efd89a;
--color-2: #efc09a;
--color-3: #efa59a;
--color-4: #f291ba;
--color-5: #ef76c5;
}

Solar Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efd89a, #efc09a, #efa59a, #f291ba, #ef76c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efd89a, #efc09a, #efa59a, #f291ba, #ef76c5);
}

Solar Serenade color palette created on .