Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #3f5c92;
}
.color-2 {
color: #7a9dc2;
}
.color-3 {
color: #a1c8e2;
}
.color-4 {
color: #f0e49e;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #3f5c92;
--color-2: #7a9dc2;
--color-3: #a1c8e2;
--color-4: #f0e49e;
--color-5: #f5a524;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5c92, #7a9dc2, #a1c8e2, #f0e49e, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5c92, #7a9dc2, #a1c8e2, #f0e49e, #f5a524);
}

Celestial Harmony color palette created on .