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