Whimsical Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Whisper palette

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

Whimsical Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d9e0;
}
.color-2 {
color: #e4afc6;
}
.color-3 {
color: #f6e7b6;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d77979;
}

/* CSS Variables */
:root {
--color-1: #a3d9e0;
--color-2: #e4afc6;
--color-3: #f6e7b6;
--color-4: #f4a462;
--color-5: #d77979;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9e0, #e4afc6, #f6e7b6, #f4a462, #d77979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9e0, #e4afc6, #f6e7b6, #f4a462, #d77979);
}

Whimsical Whisper color palette created on .