Sunlit Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Harmony palette

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

Sunlit Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #f6d70e;
}
.color-3 {
color: #f1e53b;
}
.color-4 {
color: #b6e01f;
}
.color-5 {
color: #65b300;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f6d70e;
--color-3: #f1e53b;
--color-4: #b6e01f;
--color-5: #65b300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f6d70e, #f1e53b, #b6e01f, #65b300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f6d70e, #f1e53b, #b6e01f, #65b300);
}

Sunlit Harmony color palette created on .