Teal and Coral Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal and Coral Delight palette

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

Teal and Coral Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #407d9c;
}
.color-2 {
color: #5bb9b7;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #f3712b;
}

/* CSS Variables */
:root {
--color-1: #407d9c;
--color-2: #5bb9b7;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #f3712b;
}

Teal and Coral Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #407d9c, #5bb9b7, #f9c54e, #f94346, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #407d9c, #5bb9b7, #f9c54e, #f94346, #f3712b);
}

Teal and Coral Delight color palette created on .