Watermelon Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Watermelon Delight palette

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

Watermelon Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ffbb3d;
}
.color-3 {
color: #ffdb3d;
}
.color-4 {
color: #3dff8b;
}
.color-5 {
color: #3d9eff;
}

/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ffbb3d;
--color-3: #ffdb3d;
--color-4: #3dff8b;
--color-5: #3d9eff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ffbb3d, #ffdb3d, #3dff8b, #3d9eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ffbb3d, #ffdb3d, #3dff8b, #3d9eff);
}

Watermelon Delight color palette created on .