Sunlit Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Serenade palette

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

Sunlit Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5c132;
}
.color-3 {
color: #f8d37c;
}
.color-4 {
color: #f7e2ab;
}
.color-5 {
color: #f3c0a5;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c132;
--color-3: #f8d37c;
--color-4: #f7e2ab;
--color-5: #f3c0a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c132, #f8d37c, #f7e2ab, #f3c0a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c132, #f8d37c, #f7e2ab, #f3c0a5);
}

Sunlit Serenade color palette created on .