Red Damask Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Damask Serenity palette
Red Damask Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #d9683f;
}
.color-2 {
color: #e7ab7e;
}
.color-3 {
color: #f3d2a5;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6d9ac5;
}
/* CSS Variables */
:root {
--color-1: #d9683f;
--color-2: #e7ab7e;
--color-3: #f3d2a5;
--color-4: #a3c7e0;
--color-5: #6d9ac5;
}
Red Damask Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9683f, #e7ab7e, #f3d2a5, #a3c7e0, #6d9ac5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9683f, #e7ab7e, #f3d2a5, #a3c7e0, #6d9ac5);
}
似たようなカラーパレット
Red Damask Serenity color palette created on .