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