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