Ice Cream Cone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ice Cream Cone palette

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

Ice Cream Cone カラーパレット (PNG) をダウンロード

Download ice cream cone color palette PNG image (landscape)
Download ice cream cone color palette PNG image (square)

Ice Cream Cone カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d7af;
}
.color-2 {
color: #f6b6a7;
}
.color-3 {
color: #f39bba;
}
.color-4 {
color: #f27d9c;
}
.color-5 {
color: #e05c8f;
}

/* CSS Variables */
:root {
--color-1: #f8d7af;
--color-2: #f6b6a7;
--color-3: #f39bba;
--color-4: #f27d9c;
--color-5: #e05c8f;
}

Ice Cream Cone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d7af, #f6b6a7, #f39bba, #f27d9c, #e05c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d7af, #f6b6a7, #f39bba, #f27d9c, #e05c8f);
}

Ice Cream Cone color palette created on .