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