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: #aac6e9;
}
.color-2 {
color: #f0f2f4;
}
.color-3 {
color: #e5e3d7;
}
.color-4 {
color: #f2cfc0;
}
.color-5 {
color: #ffb3a3;
}

/* CSS Variables */
:root {
--color-1: #aac6e9;
--color-2: #f0f2f4;
--color-3: #e5e3d7;
--color-4: #f2cfc0;
--color-5: #ffb3a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac6e9, #f0f2f4, #e5e3d7, #f2cfc0, #ffb3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac6e9, #f0f2f4, #e5e3d7, #f2cfc0, #ffb3a3);
}

Whispers of the Sky color palette created on .