Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #2ea8e5;
}
.color-2 {
color: #f6d360;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #5d4e8d;
}

/* CSS Variables */
:root {
--color-1: #2ea8e5;
--color-2: #f6d360;
--color-3: #f5a524;
--color-4: #e94e77;
--color-5: #5d4e8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ea8e5, #f6d360, #f5a524, #e94e77, #5d4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ea8e5, #f6d360, #f5a524, #e94e77, #5d4e8d);
}

Celestial Harmony color palette created on .