Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #a1d6e2;
}
.color-2 {
color: #b4e4d7;
}
.color-3 {
color: #e0aec4;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a1d6e2;
--color-2: #b4e4d7;
--color-3: #e0aec4;
--color-4: #f5a300;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6e2, #b4e4d7, #e0aec4, #f5a300, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6e2, #b4e4d7, #e0aec4, #f5a300, #ff6e61);
}

Celestial Harmony color palette created on .