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