Daphne カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Daphne palette
Daphne カラー パレット PNG 画像
Daphne カラーパレット CSS
/* CSS */
.color-1 {
color: #e4afcf;
}
.color-2 {
color: #a17daa;
}
.color-3 {
color: #aac6d5;
}
.color-4 {
color: #6ec9b4;
}
.color-5 {
color: #f2e3a6;
}
/* CSS Variables */
:root {
--color-1: #e4afcf;
--color-2: #a17daa;
--color-3: #aac6d5;
--color-4: #6ec9b4;
--color-5: #f2e3a6;
}
Daphne の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4afcf, #a17daa, #aac6d5, #6ec9b4, #f2e3a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4afcf, #a17daa, #aac6d5, #6ec9b4, #f2e3a6);
}
似たようなカラーパレット
Daphne color palette created on .