Yellow Pink Gray カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Pink Gray palette

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

Yellow Pink Gray カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e19f;
}
.color-2 {
color: #f7c5d5;
}
.color-3 {
color: #d5d3c8;
}
.color-4 {
color: #d2a45b;
}
.color-5 {
color: #f4d5a4;
}

/* CSS Variables */
:root {
--color-1: #f9e19f;
--color-2: #f7c5d5;
--color-3: #d5d3c8;
--color-4: #d2a45b;
--color-5: #f4d5a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e19f, #f7c5d5, #d5d3c8, #d2a45b, #f4d5a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e19f, #f7c5d5, #d5d3c8, #d2a45b, #f4d5a4);
}

Yellow Pink Gray color palette created on .