Whisker Waves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whisker Waves palette

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

Whisker Waves カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f1d2b7;
}
.color-3 {
color: #f2dfa1;
}
.color-4 {
color: #b9d7e9;
}
.color-5 {
color: #90bbea;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f1d2b7;
--color-3: #f2dfa1;
--color-4: #b9d7e9;
--color-5: #90bbea;
}

Whisker Waves の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f1d2b7, #f2dfa1, #b9d7e9, #90bbea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f1d2b7, #f2dfa1, #b9d7e9, #90bbea);
}

Whisker Waves color palette created on .