Twisted Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Twisted Serenity palette
Twisted Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #a27c92;
}
.color-2 {
color: #f5b2c5;
}
.color-3 {
color: #f5f3c2;
}
.color-4 {
color: #b8d9a6;
}
.color-5 {
color: #6a9fa0;
}
/* CSS Variables */
:root {
--color-1: #a27c92;
--color-2: #f5b2c5;
--color-3: #f5f3c2;
--color-4: #b8d9a6;
--color-5: #6a9fa0;
}
Twisted Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a27c92, #f5b2c5, #f5f3c2, #b8d9a6, #6a9fa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a27c92, #f5b2c5, #f5f3c2, #b8d9a6, #6a9fa0);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Twisted Serenity color palette created on .