Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d1c3ef;
}
.color-3 {
color: #8e82e3;
}
.color-4 {
color: #5d6cc0;
}
.color-5 {
color: #3d5a99;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d1c3ef;
--color-3: #8e82e3;
--color-4: #5d6cc0;
--color-5: #3d5a99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d1c3ef, #8e82e3, #5d6cc0, #3d5a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d1c3ef, #8e82e3, #5d6cc0, #3d5a99);
}

Celestial Harmony color palette created on .