Celestial Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whispers palette

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

Celestial Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #e0f7fa;
}
.color-3 {
color: #f5e19e;
}
.color-4 {
color: #f2b1c1;
}
.color-5 {
color: #f86d6d;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #e0f7fa;
--color-3: #f5e19e;
--color-4: #f2b1c1;
--color-5: #f86d6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #e0f7fa, #f5e19e, #f2b1c1, #f86d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #e0f7fa, #f5e19e, #f2b1c1, #f86d6d);
}

Celestial Whispers color palette created on .