Cotton Candy Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

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

Cotton Candy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f6a2b8;
}
.color-3 {
color: #f68e9f;
}
.color-4 {
color: #f66a88;
}
.color-5 {
color: #f6557e;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f6a2b8;
--color-3: #f68e9f;
--color-4: #f66a88;
--color-5: #f6557e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f6a2b8, #f68e9f, #f66a88, #f6557e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f6a2b8, #f68e9f, #f66a88, #f6557e);
}

Cotton Candy Dreams color palette created on .