Candy Coated Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Candy Coated Dreams palette
Candy Coated Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #f1a7b3;
}
.color-2 {
color: #f8d3b4;
}
.color-3 {
color: #fcdfa1;
}
.color-4 {
color: #e0b05c;
}
.color-5 {
color: #d28f5b;
}
/* CSS Variables */
:root {
--color-1: #f1a7b3;
--color-2: #f8d3b4;
--color-3: #fcdfa1;
--color-4: #e0b05c;
--color-5: #d28f5b;
}
Candy Coated Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b3, #f8d3b4, #fcdfa1, #e0b05c, #d28f5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b3, #f8d3b4, #fcdfa1, #e0b05c, #d28f5b);
}
似たようなカラーパレット
下にスクロールして200+個のピンクカラーパレットを探索しましょう
Candy Coated Dreams color palette created on .