Celestial Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whispers palette

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

Celestial Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f7deb1;
}
.color-2 {
color: #f2b1d1;
}
.color-3 {
color: #d39ee0;
}
.color-4 {
color: #89b5e1;
}
.color-5 {
color: #5cb2a5;
}

/* CSS Variables */
:root {
--color-1: #f7deb1;
--color-2: #f2b1d1;
--color-3: #d39ee0;
--color-4: #89b5e1;
--color-5: #5cb2a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7deb1, #f2b1d1, #d39ee0, #89b5e1, #5cb2a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7deb1, #f2b1d1, #d39ee0, #89b5e1, #5cb2a5);
}

Celestial Whispers color palette created on .