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: #a5c6d5;
}
.color-2 {
color: #b5e1e8;
}
.color-3 {
color: #d6f0ea;
}
.color-4 {
color: #f4e3c3;
}
.color-5 {
color: #f7b3a6;
}

/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b5e1e8;
--color-3: #d6f0ea;
--color-4: #f4e3c3;
--color-5: #f7b3a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b5e1e8, #d6f0ea, #f4e3c3, #f7b3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b5e1e8, #d6f0ea, #f4e3c3, #f7b3a6);
}

Whispers of the Shore color palette created on .