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