Pink Cotton Candy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Cotton Candy palette

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

Pink Cotton Candy カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #ffc2cf;
}
.color-3 {
color: #ffb8c1;
}
.color-4 {
color: #f9d6a4;
}
.color-5 {
color: #d0afc5;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #ffc2cf;
--color-3: #ffb8c1;
--color-4: #f9d6a4;
--color-5: #d0afc5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #ffc2cf, #ffb8c1, #f9d6a4, #d0afc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #ffc2cf, #ffb8c1, #f9d6a4, #d0afc5);
}

Pink Cotton Candy color palette created on .