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