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: #f6c5b1;
}
.color-3 {
color: #f2e6ab;
}
.color-4 {
color: #e1e5d7;
}
.color-5 {
color: #b8e5d8;
}
/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f6c5b1;
--color-3: #f2e6ab;
--color-4: #e1e5d7;
--color-5: #b8e5d8;
}
Cotton Candy Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f6c5b1, #f2e6ab, #e1e5d7, #b8e5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f6c5b1, #f2e6ab, #e1e5d7, #b8e5d8);
}
似たようなカラーパレット
Cotton Candy Dreams color palette created on .