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