Cotton Candy Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cotton Candy Dreams palette
Cotton Candy Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #f6b6e4;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #c8e8b5;
}
.color-4 {
color: #9fd0e5;
}
.color-5 {
color: #c7d4e1;
}
/* CSS Variables */
:root {
--color-1: #f6b6e4;
--color-2: #f7d7a6;
--color-3: #c8e8b5;
--color-4: #9fd0e5;
--color-5: #c7d4e1;
}
Cotton Candy Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6e4, #f7d7a6, #c8e8b5, #9fd0e5, #c7d4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6e4, #f7d7a6, #c8e8b5, #9fd0e5, #c7d4e1);
}
似たようなカラーパレット
Cotton Candy Dreams color palette created on .