Dusky Rose Reverie カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dusky Rose Reverie palette
Dusky Rose Reverie カラーパレット CSS
/* CSS */
.color-1 {
color: #5e2b3c;
}
.color-2 {
color: #a87a8c;
}
.color-3 {
color: #d0afc4;
}
.color-4 {
color: #e7cadc;
}
.color-5 {
color: #1d0f24;
}
/* CSS Variables */
:root {
--color-1: #5e2b3c;
--color-2: #a87a8c;
--color-3: #d0afc4;
--color-4: #e7cadc;
--color-5: #1d0f24;
}
Dusky Rose Reverie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b3c, #a87a8c, #d0afc4, #e7cadc, #1d0f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b3c, #a87a8c, #d0afc4, #e7cadc, #1d0f24);
}
似たようなカラーパレット
Dusky Rose Reverie color palette created on .