Sunlit Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Serenade palette

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

Sunlit Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9d4d;
}
.color-4 {
color: #d2e2f9;
}
.color-5 {
color: #7b9acc;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d1f;
--color-3: #ff9d4d;
--color-4: #d2e2f9;
--color-5: #7b9acc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d1f, #ff9d4d, #d2e2f9, #7b9acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d1f, #ff9d4d, #d2e2f9, #7b9acc);
}

Sunlit Serenade color palette created on .