Teal Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Rose palette

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

Teal Rose カラー パレット PNG 画像

Download teal rose color palette PNG image (landscape)
Download teal rose color palette PNG image (square)

Teal Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #3db3af;
}
.color-2 {
color: #ff7081;
}
.color-3 {
color: #ff4d85;
}
.color-4 {
color: #f4c3d6;
}
.color-5 {
color: #9b1c4d;
}

/* CSS Variables */
:root {
--color-1: #3db3af;
--color-2: #ff7081;
--color-3: #ff4d85;
--color-4: #f4c3d6;
--color-5: #9b1c4d;
}

Teal Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3db3af, #ff7081, #ff4d85, #f4c3d6, #9b1c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3db3af, #ff7081, #ff4d85, #f4c3d6, #9b1c4d);
}

Teal Rose color palette created on .