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: #f6c34c;
}
.color-2 {
color: #f1a15b;
}
.color-3 {
color: #e78f7e;
}
.color-4 {
color: #d66b8f;
}
.color-5 {
color: #a87bb7;
}
/* CSS Variables */
:root {
--color-1: #f6c34c;
--color-2: #f1a15b;
--color-3: #e78f7e;
--color-4: #d66b8f;
--color-5: #a87bb7;
}
Shades of Yellow and Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c34c, #f1a15b, #e78f7e, #d66b8f, #a87bb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c34c, #f1a15b, #e78f7e, #d66b8f, #a87bb7);
}
似たようなカラーパレット
Shades of Yellow and Pink color palette created on .