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