Sunlit Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Serenade palette

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

Sunlit Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f3b21b;
}
.color-2 {
color: #f7a8a1;
}
.color-3 {
color: #f5c7e1;
}
.color-4 {
color: #b4e1f3;
}
.color-5 {
color: #69bf8a;
}

/* CSS Variables */
:root {
--color-1: #f3b21b;
--color-2: #f7a8a1;
--color-3: #f5c7e1;
--color-4: #b4e1f3;
--color-5: #69bf8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b21b, #f7a8a1, #f5c7e1, #b4e1f3, #69bf8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b21b, #f7a8a1, #f5c7e1, #b4e1f3, #69bf8a);
}

Sunlit Serenade color palette created on .