Whispers of the Shore カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of the Shore palette
Whispers of the Shore カラーパレット CSS
/* CSS */
.color-1 {
color: #a9d8e5;
}
.color-2 {
color: #f0f8e2;
}
.color-3 {
color: #f9c69f;
}
.color-4 {
color: #f6a788;
}
.color-5 {
color: #e47c7c;
}
/* CSS Variables */
:root {
--color-1: #a9d8e5;
--color-2: #f0f8e2;
--color-3: #f9c69f;
--color-4: #f6a788;
--color-5: #e47c7c;
}
Whispers of the Shore の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e5, #f0f8e2, #f9c69f, #f6a788, #e47c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e5, #f0f8e2, #f9c69f, #f6a788, #e47c7c);
}
似たようなカラーパレット
Whispers of the Shore color palette created on .