Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #b5e8b7;
}
.color-5 {
color: #6a9cdc;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcc4d;
--color-4: #b5e8b7;
--color-5: #6a9cdc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcc4d, #b5e8b7, #6a9cdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcc4d, #b5e8b7, #6a9cdc);
}

Celestial Harmony color palette created on .