Whispers of the Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Sky palette

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

Whispers of the Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #afbdd9;
}
.color-2 {
color: #b9c7da;
}
.color-3 {
color: #d3e2e9;
}
.color-4 {
color: #e6d6e6;
}
.color-5 {
color: #f4b8bf;
}

/* CSS Variables */
:root {
--color-1: #afbdd9;
--color-2: #b9c7da;
--color-3: #d3e2e9;
--color-4: #e6d6e6;
--color-5: #f4b8bf;
}

Whispers of the Sky の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afbdd9, #b9c7da, #d3e2e9, #e6d6e6, #f4b8bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afbdd9, #b9c7da, #d3e2e9, #e6d6e6, #f4b8bf);
}

Whispers of the Sky color palette created on .