Vibrant Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Coral palette

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

Vibrant Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #d93320;
}
.color-2 {
color: #d99920;
}
.color-3 {
color: #3ebb6a;
}
.color-4 {
color: #5a024a;
}
.color-5 {
color: #cc2c00;
}

/* CSS Variables */
:root {
--color-1: #d93320;
--color-2: #d99920;
--color-3: #3ebb6a;
--color-4: #5a024a;
--color-5: #cc2c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93320, #d99920, #3ebb6a, #5a024a, #cc2c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93320, #d99920, #3ebb6a, #5a024a, #cc2c00);
}

Vibrant Coral color palette created on .