Valentine's Whimsy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Valentine's Whimsy palette
Valentine's Whimsy カラーパレット CSS
/* CSS */
.color-1 {
color: #f9b0a9;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #2e8a56;
}
.color-4 {
color: #2a7c9d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f9b0a9;
--color-2: #f4cf3e;
--color-3: #2e8a56;
--color-4: #2a7c9d;
--color-5: #ff6e61;
}
Valentine's Whimsy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b0a9, #f4cf3e, #2e8a56, #2a7c9d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b0a9, #f4cf3e, #2e8a56, #2a7c9d, #ff6e61);
}
似たようなカラーパレット
Valentine's Whimsy color palette created on .