Pink Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Delight palette

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

Pink Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ffb3c7;
}
.color-3 {
color: #ff9ea0;
}
.color-4 {
color: #ff5c77;
}
.color-5 {
color: #ff3d5a;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ffb3c7;
--color-3: #ff9ea0;
--color-4: #ff5c77;
--color-5: #ff3d5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ffb3c7, #ff9ea0, #ff5c77, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ffb3c7, #ff9ea0, #ff5c77, #ff3d5a);
}

Pink Delight color palette created on .