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