Celestial Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whispers palette

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

Celestial Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #eab3c2;
}
.color-2 {
color: #e09ac7;
}
.color-3 {
color: #ba92d9;
}
.color-4 {
color: #8470db;
}
.color-5 {
color: #5246d2;
}

/* CSS Variables */
:root {
--color-1: #eab3c2;
--color-2: #e09ac7;
--color-3: #ba92d9;
--color-4: #8470db;
--color-5: #5246d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab3c2, #e09ac7, #ba92d9, #8470db, #5246d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab3c2, #e09ac7, #ba92d9, #8470db, #5246d2);
}

Celestial Whispers color palette created on .