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