Yellow Yarn Ball カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Yarn Ball palette

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

Yellow Yarn Ball カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f98348;
}
.color-3 {
color: #f9a748;
}
.color-4 {
color: #91be6f;
}
.color-5 {
color: #56768f;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f98348;
--color-3: #f9a748;
--color-4: #91be6f;
--color-5: #56768f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f98348, #f9a748, #91be6f, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f98348, #f9a748, #91be6f, #56768f);
}

Yellow Yarn Ball color palette created on .