Cotton Candy Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

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

Cotton Candy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #fad1d1;
}
.color-2 {
color: #ffc2c2;
}
.color-3 {
color: #ffb3e4;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #fad1d1;
--color-2: #ffc2c2;
--color-3: #ffb3e4;
--color-4: #ffc29e;
--color-5: #ffadad;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad1d1, #ffc2c2, #ffb3e4, #ffc29e, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad1d1, #ffc2c2, #ffb3e4, #ffc29e, #ffadad);
}

Cotton Candy Dreams color palette created on .