Wild Strawberry Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wild Strawberry Delight palette

このパレットを共有する先:

Wild Strawberry Delight カラー パレット PNG 画像

Download wild strawberry delight color palette PNG image (landscape)
Download wild strawberry delight color palette PNG image (square)

Wild Strawberry Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3399;
}
.color-2 {
color: #ff70b5;
}
.color-3 {
color: #ff9ecb;
}
.color-4 {
color: #ffb8e1;
}
.color-5 {
color: #ffd6e6;
}

/* CSS Variables */
:root {
--color-1: #ff3399;
--color-2: #ff70b5;
--color-3: #ff9ecb;
--color-4: #ffb8e1;
--color-5: #ffd6e6;
}

Wild Strawberry Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3399, #ff70b5, #ff9ecb, #ffb8e1, #ffd6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3399, #ff70b5, #ff9ecb, #ffb8e1, #ffd6e6);
}

Wild Strawberry Delight color palette created on .