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