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