Dreamy Citrus Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dreamy Citrus Serenade palette
Dreamy Citrus Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #709c6d;
}
.color-3 {
color: #fad12e;
}
.color-4 {
color: #f28e36;
}
.color-5 {
color: #e9b79f;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #709c6d;
--color-3: #fad12e;
--color-4: #f28e36;
--color-5: #e9b79f;
}
Dreamy Citrus Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #709c6d, #fad12e, #f28e36, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #709c6d, #fad12e, #f28e36, #e9b79f);
}
似たようなカラーパレット
Dreamy Citrus Serenade color palette created on .