Celestial Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Harmony palette

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

Celestial Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f69f2c;
}
.color-2 {
color: #f8d98b;
}
.color-3 {
color: #b9e1e4;
}
.color-4 {
color: #7dafd8;
}
.color-5 {
color: #498c9c;
}

/* CSS Variables */
:root {
--color-1: #f69f2c;
--color-2: #f8d98b;
--color-3: #b9e1e4;
--color-4: #7dafd8;
--color-5: #498c9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f69f2c, #f8d98b, #b9e1e4, #7dafd8, #498c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f69f2c, #f8d98b, #b9e1e4, #7dafd8, #498c9c);
}

Celestial Harmony color palette created on .