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