Sunlit Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Harmony palette

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

Sunlit Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f6d2a2;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f8c572;
--color-3: #f6d2a2;
--color-4: #f9e79f;
--color-5: #f4cf3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f8c572, #f6d2a2, #f9e79f, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f8c572, #f6d2a2, #f9e79f, #f4cf3e);
}

Sunlit Harmony color palette created on .