Walter's Whimsical Waterscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Walter's Whimsical Waterscape palette

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

Walter's Whimsical Waterscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a523;
}
.color-2 {
color: #f8e4b4;
}
.color-3 {
color: #b6e2d8;
}
.color-4 {
color: #8cb9e8;
}
.color-5 {
color: #4c6b94;
}

/* CSS Variables */
:root {
--color-1: #f6a523;
--color-2: #f8e4b4;
--color-3: #b6e2d8;
--color-4: #8cb9e8;
--color-5: #4c6b94;
}

Walter's Whimsical Waterscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a523, #f8e4b4, #b6e2d8, #8cb9e8, #4c6b94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a523, #f8e4b4, #b6e2d8, #8cb9e8, #4c6b94);
}

Walter's Whimsical Waterscape color palette created on .