Coral Reef Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Reef Serenade palette

このパレットを共有する先:

Coral Reef Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d84b2c;
}
.color-3 {
color: #b64a2f;
}
.color-4 {
color: #4b8b4b;
}
.color-5 {
color: #2e8b99;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d84b2c;
--color-3: #b64a2f;
--color-4: #4b8b4b;
--color-5: #2e8b99;
}

Coral Reef Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d84b2c, #b64a2f, #4b8b4b, #2e8b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d84b2c, #b64a2f, #4b8b4b, #2e8b99);
}

Coral Reef Serenade color palette created on .