Celestial Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Whispers palette

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

Celestial Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #198bd7;
}
.color-2 {
color: #38b1e0;
}
.color-3 {
color: #5dd2e5;
}
.color-4 {
color: #a4e4f9;
}
.color-5 {
color: #b8f4ff;
}

/* CSS Variables */
:root {
--color-1: #198bd7;
--color-2: #38b1e0;
--color-3: #5dd2e5;
--color-4: #a4e4f9;
--color-5: #b8f4ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #198bd7, #38b1e0, #5dd2e5, #a4e4f9, #b8f4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #198bd7, #38b1e0, #5dd2e5, #a4e4f9, #b8f4ff);
}

Celestial Whispers color palette created on .