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