Sunlit Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Serenade palette

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

Sunlit Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f4b652;
}
.color-3 {
color: #f6d337;
}
.color-4 {
color: #81d5c8;
}
.color-5 {
color: #3c8caa;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f4b652;
--color-3: #f6d337;
--color-4: #81d5c8;
--color-5: #3c8caa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f4b652, #f6d337, #81d5c8, #3c8caa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f4b652, #f6d337, #81d5c8, #3c8caa);
}

Sunlit Serenade color palette created on .