Celestial Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whispers palette

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

Celestial Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #3f5a88;
}
.color-2 {
color: #6e8baa;
}
.color-3 {
color: #a2b7c8;
}
.color-4 {
color: #e1d5e7;
}
.color-5 {
color: #f5e4a3;
}

/* CSS Variables */
:root {
--color-1: #3f5a88;
--color-2: #6e8baa;
--color-3: #a2b7c8;
--color-4: #e1d5e7;
--color-5: #f5e4a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5a88, #6e8baa, #a2b7c8, #e1d5e7, #f5e4a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5a88, #6e8baa, #a2b7c8, #e1d5e7, #f5e4a3);
}

Celestial Whispers color palette created on .