Whimsical Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Whispers palette

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

Whimsical Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a9a7;
}
.color-2 {
color: #f1c0a7;
}
.color-3 {
color: #f5e084;
}
.color-4 {
color: #b6e2c4;
}
.color-5 {
color: #94c3e0;
}

/* CSS Variables */
:root {
--color-1: #f6a9a7;
--color-2: #f1c0a7;
--color-3: #f5e084;
--color-4: #b6e2c4;
--color-5: #94c3e0;
}

Whimsical Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a9a7, #f1c0a7, #f5e084, #b6e2c4, #94c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a9a7, #f1c0a7, #f5e084, #b6e2c4, #94c3e0);
}

Whimsical Whispers color palette created on .