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