Cotton Candy Crunch カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cotton Candy Crunch palette

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

Cotton Candy Crunch カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3d5;
}
.color-2 {
color: #ffc7d0;
}
.color-3 {
color: #ffe7d6;
}
.color-4 {
color: #fff4d6;
}
.color-5 {
color: #ffeec7;
}

/* CSS Variables */
:root {
--color-1: #ffb3d5;
--color-2: #ffc7d0;
--color-3: #ffe7d6;
--color-4: #fff4d6;
--color-5: #ffeec7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d5, #ffc7d0, #ffe7d6, #fff4d6, #ffeec7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d5, #ffc7d0, #ffe7d6, #fff4d6, #ffeec7);
}

Cotton Candy Crunch color palette created on .