Shades of Yellow Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow Pink palette

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

Shades of Yellow Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f19dbc;
}
.color-3 {
color: #a85dda;
}
.color-4 {
color: #4b6c71;
}
.color-5 {
color: #2d4a6c;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f19dbc;
--color-3: #a85dda;
--color-4: #4b6c71;
--color-5: #2d4a6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f19dbc, #a85dda, #4b6c71, #2d4a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f19dbc, #a85dda, #4b6c71, #2d4a6c);
}

Shades of Yellow Pink color palette created on .