Sky Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sky Whisper palette

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

Sky Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b6e1f6;
}
.color-3 {
color: #d1f7ff;
}
.color-4 {
color: #ebfaff;
}
.color-5 {
color: #f5fdff;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b6e1f6;
--color-3: #d1f7ff;
--color-4: #ebfaff;
--color-5: #f5fdff;
}

Sky Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b6e1f6, #d1f7ff, #ebfaff, #f5fdff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b6e1f6, #d1f7ff, #ebfaff, #f5fdff);
}

Sky Whisper color palette created on .