Pink Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Whimsy palette

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

Pink Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff7094;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #d84f94;
}
.color-5 {
color: #a00d4a;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff7094;
--color-3: #ff4d7f;
--color-4: #d84f94;
--color-5: #a00d4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff7094, #ff4d7f, #d84f94, #a00d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff7094, #ff4d7f, #d84f94, #a00d4a);
}

Pink Whimsy color palette created on .