Celestial Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whispers palette

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

Celestial Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f2abd3;
}
.color-2 {
color: #e7b5e8;
}
.color-3 {
color: #c8d1df;
}
.color-4 {
color: #b5d4e3;
}
.color-5 {
color: #a0d6d9;
}

/* CSS Variables */
:root {
--color-1: #f2abd3;
--color-2: #e7b5e8;
--color-3: #c8d1df;
--color-4: #b5d4e3;
--color-5: #a0d6d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2abd3, #e7b5e8, #c8d1df, #b5d4e3, #a0d6d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2abd3, #e7b5e8, #c8d1df, #b5d4e3, #a0d6d9);
}

Celestial Whispers color palette created on .