Cosmic Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cosmic Harmony palette

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

Cosmic Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #3b0a5c;
}
.color-2 {
color: #5d2c90;
}
.color-3 {
color: #704d93;
}
.color-4 {
color: #a8c5e1;
}
.color-5 {
color: #f3da4f;
}

/* CSS Variables */
:root {
--color-1: #3b0a5c;
--color-2: #5d2c90;
--color-3: #704d93;
--color-4: #a8c5e1;
--color-5: #f3da4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0a5c, #5d2c90, #704d93, #a8c5e1, #f3da4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0a5c, #5d2c90, #704d93, #a8c5e1, #f3da4f);
}

Cosmic Harmony color palette created on .