Cotton Candy Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

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

Cotton Candy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e1ee;
}
.color-2 {
color: #f4b8d5;
}
.color-3 {
color: #f099b0;
}
.color-4 {
color: #d67a99;
}
.color-5 {
color: #b95b7c;
}

/* CSS Variables */
:root {
--color-1: #f9e1ee;
--color-2: #f4b8d5;
--color-3: #f099b0;
--color-4: #d67a99;
--color-5: #b95b7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e1ee, #f4b8d5, #f099b0, #d67a99, #b95b7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e1ee, #f4b8d5, #f099b0, #d67a99, #b95b7c);
}

Cotton Candy Dreams color palette created on .