Pink Creepy Cute カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Creepy Cute palette

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

Pink Creepy Cute カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a1b7;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffbaa3;
}
.color-5 {
color: #ffdac2;
}

/* CSS Variables */
:root {
--color-1: #f7a1b7;
--color-2: #ff7092;
--color-3: #ff998a;
--color-4: #ffbaa3;
--color-5: #ffdac2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b7, #ff7092, #ff998a, #ffbaa3, #ffdac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b7, #ff7092, #ff998a, #ffbaa3, #ffdac2);
}

Pink Creepy Cute color palette created on .