Yellow Pink Grey カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Pink Grey palette

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

Yellow Pink Grey カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d560;
}
.color-2 {
color: #d1c1c1;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f4a4bf;
}
.color-5 {
color: #eab8b8;
}

/* CSS Variables */
:root {
--color-1: #f6d560;
--color-2: #d1c1c1;
--color-3: #ffffff;
--color-4: #f4a4bf;
--color-5: #eab8b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d560, #d1c1c1, #ffffff, #f4a4bf, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d560, #d1c1c1, #ffffff, #f4a4bf, #eab8b8);
}

Yellow Pink Grey color palette created on .