Whimsy Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsy Yellow palette

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

Whimsy Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e5b1;
}
.color-2 {
color: #e1a8c3;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #66b7a2;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #f7e5b1;
--color-2: #e1a8c3;
--color-3: #a2c7e7;
--color-4: #66b7a2;
--color-5: #f5a524;
}

Whimsy Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5b1, #e1a8c3, #a2c7e7, #66b7a2, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5b1, #e1a8c3, #a2c7e7, #66b7a2, #f5a524);
}

Whimsy Yellow color palette created on .