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