Serene Sky Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Sky Whisper palette
Serene Sky Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #dfeff6;
}
.color-3 {
color: #b2e7f5;
}
.color-4 {
color: #aed5e0;
}
.color-5 {
color: #f0faff;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #dfeff6;
--color-3: #b2e7f5;
--color-4: #aed5e0;
--color-5: #f0faff;
}
Serene Sky Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #dfeff6, #b2e7f5, #aed5e0, #f0faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #dfeff6, #b2e7f5, #aed5e0, #f0faff);
}
似たようなカラーパレット
Serene Sky Whisper color palette created on .