Shades of Yellow and Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Yellow and Pink palette
Shades of Yellow and Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d658;
}
.color-2 {
color: #f2a20d;
}
.color-3 {
color: #e77e27;
}
.color-4 {
color: #d34a4f;
}
.color-5 {
color: #b46a9b;
}
/* CSS Variables */
:root {
--color-1: #f9d658;
--color-2: #f2a20d;
--color-3: #e77e27;
--color-4: #d34a4f;
--color-5: #b46a9b;
}
Shades of Yellow and Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d658, #f2a20d, #e77e27, #d34a4f, #b46a9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d658, #f2a20d, #e77e27, #d34a4f, #b46a9b);
}
似たようなカラーパレット
Shades of Yellow and Pink color palette created on .