Coral Reef Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coral Reef Serenade palette
Coral Reef Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #5eaeba;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f7d9a1;
}
.color-4 {
color: #e7b80d;
}
.color-5 {
color: #e86c3b;
}
/* CSS Variables */
:root {
--color-1: #5eaeba;
--color-2: #f1a8a2;
--color-3: #f7d9a1;
--color-4: #e7b80d;
--color-5: #e86c3b;
}
Coral Reef Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5eaeba, #f1a8a2, #f7d9a1, #e7b80d, #e86c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5eaeba, #f1a8a2, #f7d9a1, #e7b80d, #e86c3b);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Coral Reef Serenade color palette created on .