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